fix misspelling FS#27811
This commit is contained in:
parent
df0769de8b
commit
f086bcb894
@ -46,7 +46,7 @@ post_upgrade() {
|
|||||||
|
|
||||||
if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then
|
if grep "^[^#]*[[:space:]]/boot" etc/fstab 2>&1 >/dev/null; then
|
||||||
if ! grep "[[:space:]]/boot" etc/mtab 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 "WARNING: /boot appears to be a separate partition but is not mounted."
|
||||||
echo " You probably just broke your system. Congratulations."
|
echo " You probably just broke your system. Congratulations."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user