avoid fsck'ing bind mounts
This commit is contained in:
parent
a50ee5ee9d
commit
60f20d8fc4
@ -110,6 +110,7 @@ findmnt -Recruno SOURCE,TARGET,FSTYPE,OPTIONS "$root" |
|
|||||||
# it's a bind mount
|
# it's a bind mount
|
||||||
source=$(findmnt -funcevo TARGET "${BASH_REMATCH[1]}")${BASH_REMATCH[2]}
|
source=$(findmnt -funcevo TARGET "${BASH_REMATCH[1]}")${BASH_REMATCH[2]}
|
||||||
fstype=bind
|
fstype=bind
|
||||||
|
pass=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# write one line
|
# write one line
|
||||||
|
Loading…
Reference in New Issue
Block a user