linux: remove second part of the /boot warning.
This commit is contained in:
parent
5a520a75d2
commit
d8ed3147ff
|
@ -46,7 +46,6 @@ post_upgrade() {
|
||||||
|
|
||||||
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
|
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
|
||||||
echo "WARNING: /boot appears to be a separate 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."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in New Issue