summaryrefslogtreecommitdiff
path: root/backend/modules/install_main
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-18 22:45:58 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-18 22:45:58 +0100
commit7a9fe7af17c77db96ea51db95ee87a6b34fc330c (patch)
treec1d2d9d603329d06ffd216d0d3a8d5d0d89d804f /backend/modules/install_main
parent6e1a57040af87449ae28469adcceead68f291d89 (diff)
downloadacritoxinstaller-7a9fe7af17c77db96ea51db95ee87a6b34fc330c.zip
acritoxinstaller-7a9fe7af17c77db96ea51db95ee87a6b34fc330c.tar.gz
loop-device and fstab fixes
Diffstat (limited to 'backend/modules/install_main')
-rw-r--r--backend/modules/install_main2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index bee41af..efe775f 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -38,6 +38,8 @@ EOF
while IFS=: read device mountpoint filesystem automount
do
+ [ -z "$mountpoint" ] && continue
+
fstab_options=""; fstab_dump=0; fstab_pass=2; fstab_type=""
[ -z "$fstab_type" ] && fstab_type=$filesystem
[ -z "$fstab_type" ] && fstab_type=$(get_filesystem $device)