From 68289c99629c3d674dc11b801c87419b1dcaa8f1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Jan 2001 21:17:31 +0000 Subject: remove confusing **temp** stuff --- mdk-stage1/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 866291a26..4dab49a3b 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -507,8 +507,6 @@ int main(int argc, char **argv) if (!abnormal_termination) { printf("rebooting system\n"); sleep(2); - - printf("**temp** should be rebooting\n"); while(1); reboot(0xfee1dead, 672274793, 0x1234567); } else { printf("you may safely reboot your system\n"); -- cgit v1.2.1