Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-23 04:09:18 +0300
committerErik Andersen <andersen@codepoet.org>2000-03-23 04:09:18 +0300
commit298854f02963bd8e43dfeb7224d88cfeb0c932cb (patch)
tree7a2fbb55e55f980edddb0d627c3f3e79c8f793b0 /init
parentec5bd90916b6e815a36c14ac04d1b78e3e487400 (diff)
My latest ramblings.
-Erik
Diffstat (limited to 'init')
-rw-r--r--init/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/init.c b/init/init.c
index de5e2c05f..907916537 100644
--- a/init/init.c
+++ b/init/init.c
@@ -825,6 +825,9 @@ extern int init_main(int argc, char **argv)
reboot(RB_DISABLE_CAD);
#endif
+ /* Figure out what kernel this is running */
+ kernelVersion = get_kernel_revision();
+
/* Figure out where the default console should be */
console_init();