diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-23 01:09:18 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-23 01:09:18 +0000 |
commit | 89710de8f02dcf1c20def2576e004ee8a081b0b2 (patch) | |
tree | 7a2fbb55e55f980edddb0d627c3f3e79c8f793b0 /init | |
parent | 15e97e9d2a52ed70a4b13c5acad29a55d73b2484 (diff) | |
download | busybox-w32-89710de8f02dcf1c20def2576e004ee8a081b0b2.tar.gz busybox-w32-89710de8f02dcf1c20def2576e004ee8a081b0b2.tar.bz2 busybox-w32-89710de8f02dcf1c20def2576e004ee8a081b0b2.zip |
My latest ramblings.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@419 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 3 |
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) | |||
825 | reboot(RB_DISABLE_CAD); | 825 | reboot(RB_DISABLE_CAD); |
826 | #endif | 826 | #endif |
827 | 827 | ||
828 | /* Figure out what kernel this is running */ | ||
829 | kernelVersion = get_kernel_revision(); | ||
830 | |||
828 | /* Figure out where the default console should be */ | 831 | /* Figure out where the default console should be */ |
829 | console_init(); | 832 | console_init(); |
830 | 833 | ||