diff options
Diffstat (limited to 'files/post-functions.sh')
-rw-r--r-- | files/post-functions.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/files/post-functions.sh b/files/post-functions.sh index 5a8a71b..b5fecd3 100644 --- a/files/post-functions.sh +++ b/files/post-functions.sh @@ -228,16 +228,15 @@ updates to your bootloader. elif [ -x /sbin/lilo ] && [ -r /etc/lilo.conf ] ; then echo -e "\n Your kernel image was updated. Be sure to handle any needed updates -to your bootloader. +to your bootloader (possibly as simple as running /sbin/lilo). " else echo -e "\n Your kernel image was updated, and lilo does not appear to be used on your system. You may need to adjust your boot manager (like GRUB) to -boot the appropriate kernel." +boot the appropriate kernel (after generating an initrd if required)." fi - echo -e "\n\n -Press any key to continue...\n -" + echo -e "Press any key to continue...\n " + read _junk fi } |