From c3b8a46d3ab0195af33b00cafefcc06bae1d6115 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 9 Dec 2003 15:45:13 +0000 Subject: repeat after me, "kernel is da shit" --- mdk-stage1/init.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 30385476b..6428ee861 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -568,11 +568,10 @@ int main(int argc, char **argv) if (reboot_magic == BMAGIC_REBOOT) { printf("automatic reboot in 10 seconds\n"); sleep(10); + reboot(0xfee1dead, 672274793, reboot_magic); } else { - printf("automatic poweroff in 15 seconds\n"); - sleep(15); + printf("you may safely poweroff your computer now\n"); } - reboot(0xfee1dead, 672274793, reboot_magic); } else { printf("you may safely reboot or halt your system\n"); } -- cgit v1.2.1