From 8d5470e0665e938b6a730216fce144e101e07570 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 20 Nov 2003 16:29:36 +0000 Subject: *** empty log message *** --- mdk-stage1/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1