linux: Tom think the instructions to recover might fail. Don't provide any.

This commit is contained in:
Thomas Bächler 2011-11-01 12:46:39 +00:00
parent f86ef3da33
commit 874eb96c8e
1 changed files with 2 additions and 3 deletions

View File

@ -46,9 +46,8 @@ post_upgrade() {
if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then
if ! grep "[[:space:]]/boot" etc/mtab 2>&1 >/dev/null; then
echo "WARNING: /boot appears to be a seperate partition but is not mounted"
echo " This is most likely not what you want. Please mount your /boot"
echo " partition and reinstall the kernel unless you are sure this is OK"
echo "WARNING: /boot appears to be a seperate partition but is not mounted."
echo " You probably just broke your system. Congratulations."
fi
fi