This commit is contained in:
tastytea 2015-10-04 20:35:47 +02:00
parent 7ac513a9c5
commit 6df2751a13
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ then
fi
#If /boot is in fstab but not mounted: mount, mark as mounted
if grep -q '/boot.*noauto' /etc/fstab && ! grep -q /boot /etc/mtab
if grep -q '/boot' /etc/fstab && ! grep -q /boot /etc/mtab
then
mount /boot
BOOT_MOUNTED=1