X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finitscripts%2Finit.d%2Fcheckfs;h=f31390de952df5cc0a5eabbd2ecc27e420d94955;hp=fe0f435a1af65f42214bc93f7a7c78d939bb39d1;hb=e147d1e65de98ce2f8cea95550826904d5d93f2c;hpb=dd46a3c51a866ef65b7a307493e9a608cbcb7ae3 diff --git a/src/initscripts/init.d/checkfs b/src/initscripts/init.d/checkfs index fe0f435a1a..f31390de95 100644 --- a/src/initscripts/init.d/checkfs +++ b/src/initscripts/init.d/checkfs @@ -48,9 +48,9 @@ case "${1}" in boot_mesg -n " in read-only mode.\n\nAfter you" boot_mesg -n " press Enter, this system will be" boot_mesg -n " halted and powered off." - boot_mesg -n "\n\nPress enter to continue..." ${INFO} + boot_mesg -n "\n\nPress enter to continue or wait a minute..." ${INFO} boot_mesg "" ${NORMAL} - read ENTER + read -t 60 ENTER ${rc_base}/init.d/halt stop fi @@ -90,9 +90,9 @@ case "${1}" in boot_mesg -n " errors require this system to be" boot_mesg -n " rebooted.\n\nAfter you press enter," boot_mesg -n " this system will be rebooted" - boot_mesg -n "\n\nPress Enter to continue..." ${INFO} + boot_mesg -n "\n\nPress Enter to continue or wait a minute..." ${INFO} boot_mesg "" ${NORMAL} - read ENTER + read -t 60 ENTER reboot -f fi @@ -107,9 +107,9 @@ case "${1}" in boot_mesg -n " System Administrator.\n\nAfter you" boot_mesg -n " press Enter, this system will be" boot_mesg -n " halted and powered off." - boot_mesg -n "\n\nPress Enter to continue..." ${INFO} + boot_mesg -n "\n\nPress Enter to continue or wait a minute..." ${INFO} boot_mesg "" ${NORMAL} - read ENTER + read -t 60 ENTER ${rc_base}/init.d/halt stop fi