diff options
Diffstat (limited to 'backend/modules/install_main')
-rw-r--r-- | backend/modules/install_main | 2 |
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) |