summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-04 21:17:31 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-04 21:17:31 +0000
commit68289c99629c3d674dc11b801c87419b1dcaa8f1 (patch)
treec288caa84029baa94a7db33f5c94cb83bacaf9cf /mdk-stage1/init.c
parent866025b36ef26b211d0bb97f9005187246dc4736 (diff)
downloaddrakx-backup-do-not-use-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar
drakx-backup-do-not-use-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.gz
drakx-backup-do-not-use-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.bz2
drakx-backup-do-not-use-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.xz
drakx-backup-do-not-use-68289c99629c3d674dc11b801c87419b1dcaa8f1.zip
remove confusing **temp** stuff
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
1 files changed, 0 insertions, 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");