diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-04 21:17:31 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-04 21:17:31 +0000 |
commit | 68289c99629c3d674dc11b801c87419b1dcaa8f1 (patch) | |
tree | c288caa84029baa94a7db33f5c94cb83bacaf9cf /mdk-stage1 | |
parent | 866025b36ef26b211d0bb97f9005187246dc4736 (diff) | |
download | drakx-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar drakx-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.gz drakx-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.bz2 drakx-68289c99629c3d674dc11b801c87419b1dcaa8f1.tar.xz drakx-68289c99629c3d674dc11b801c87419b1dcaa8f1.zip |
remove confusing **temp** stuff
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/init.c | 2 |
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"); |