summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-21 13:08:02 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-21 13:08:02 +0000
commit70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6 (patch)
tree17939fc0c2005c8e12f471895957553f10338838 /mdk-stage1/init.c
parentfb108a8322944e736b38c5643b0dd183f065faf8 (diff)
downloaddrakx-backup-do-not-use-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar
drakx-backup-do-not-use-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.gz
drakx-backup-do-not-use-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.bz2
drakx-backup-do-not-use-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.tar.xz
drakx-backup-do-not-use-70ead9a4a0ba7515d9d5c7bd63d7fedc4da6d3c6.zip
*** empty log message ***
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c2
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);
}