mirror of https://schlomp.space/tastytea/hashboot
Argh!
parent
7ac513a9c5
commit
6df2751a13
2
hashboot
2
hashboot
|
@ -57,7 +57,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#If /boot is in fstab but not mounted: mount, mark as mounted
|
#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
|
then
|
||||||
mount /boot
|
mount /boot
|
||||||
BOOT_MOUNTED=1
|
BOOT_MOUNTED=1
|
||||||
|
|
Loading…
Reference in New Issue