From 6df2751a135f8f7a3a67aeccc7c2912e8b641834 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 4 Oct 2015 20:35:47 +0200 Subject: [PATCH] Argh! --- hashboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot b/hashboot index ebefc5b..c5d5358 100755 --- a/hashboot +++ b/hashboot @@ -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