diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-21 13:08:02 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-21 13:08:02 +0000 |
commit | 70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6 (patch) | |
tree | 17939fc0c2005c8e12f471895957553f10338838 /mdk-stage1 | |
parent | fb108a8322944e736b38c5643b0dd183f065faf8 (diff) | |
download | drakx-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar drakx-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.gz drakx-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.bz2 drakx-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.xz drakx-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.zip |
*** empty log message ***
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index 712ecbf9b..35758c780 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -460,7 +460,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) sleep(10); reboot(0xfee1dead, 672274793, 0x01234567); } else { - printf("you may safely reboot your system\n"); + printf("you may safely reboot or halt your system\n"); while (1); } |