genfstab: correctly specify bind as option

'bind' is an option, not an fstype. In the case of a bind mount, the
fstype is ignored.
This commit is contained in:
Dave Reisner 2012-12-09 14:05:41 -05:00
parent 2179b43b0f
commit e4b4e30213

View File

@ -134,7 +134,8 @@ findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root" |
# just re-adds it.
continue
fi
fstype=bind
fstype=none
opts+=,bind
pass=0
fi
fi