summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rwxr-xr-xinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst b/inst
index 10eb4fc..f9af025 100755
--- a/inst
+++ b/inst
@@ -244,6 +244,7 @@ do_fstab_setup()
;;
esac
while read fs mp type options dump pass; do
+ case "${type}" in ''|) continue;; esac
case "${fs}" in '@DEV'*'@')
fs="${fs%@}"
fs="${fs#@DEV}"