diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 16:29:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 16:29:36 +0000 |
commit | 8d5470e0665e938b6a730216fce144e101e07570 (patch) | |
tree | 911864e188c73620ab879f26740d1e32cea65bec /mdk-stage1 | |
parent | 08d1c8070a7ce6de93a0b96789a0e74180ab326b (diff) | |
download | drakx-8d5470e0665e938b6a730216fce144e101e07570.tar drakx-8d5470e0665e938b6a730216fce144e101e07570.tar.gz drakx-8d5470e0665e938b6a730216fce144e101e07570.tar.bz2 drakx-8d5470e0665e938b6a730216fce144e101e07570.tar.xz drakx-8d5470e0665e938b6a730216fce144e101e07570.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 4d2bbc112..7af81188c 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -456,7 +456,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) sync(); sync(); if (!abnormal_termination) { - printf("rebooting system in 10 seconds\n"); + printf("automatic reboot in 10 seconds\n"); sleep(10); reboot(0xfee1dead, 672274793, 0x01234567); } else { |