summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2014-05-07 00:27:37 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2014-05-07 00:27:37 +0200
commit9dc1a87410d240e9b4c966e0c3bc4c9b540fce64 (patch)
treeeaaf3ec019fa8846ac8e85dda2a609df713b2015 /backend
parent99066f982eb3f5d75c5f53f29c1c87e769807e4d (diff)
downloadacritoxinstaller-9dc1a87410d240e9b4c966e0c3bc4c9b540fce64.zip
acritoxinstaller-9dc1a87410d240e9b4c966e0c3bc4c9b540fce64.tar.gz
nofail fstab option
Diffstat (limited to 'backend')
-rw-r--r--backend/modules/install_main3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index e427de7..e7629a0 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -85,6 +85,9 @@ EOF
[ "$(stat --format "%G" $device)" = "floppy" ] && fstab_pass=0
fi
+ # skip mounting failed or unavailable partitions when booting
+ fstab_options="${fstab_options},nofail"
+
fstab_options="${fstab_options##defaults,}"
unset DEV UUID