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:
parent
2179b43b0f
commit
e4b4e30213
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user