aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.c b/init.c
index de5e2c05f..907916537 100644
--- a/init.c
+++ b/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();