mm/make-rslave,rbind um/recursive
This commit is contained in:
parent
3b71c87e03
commit
b54d423f87
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@ done
|
||||||
|
|
||||||
|
|
||||||
function mm {
|
function mm {
|
||||||
mount --bind '/deb' 'overlay/mount/deb'
|
mount --make-rslave --rbind '/deb' 'overlay/mount/deb'
|
||||||
}
|
}
|
||||||
|
|
||||||
function um {
|
function um {
|
||||||
umount 'overlay/mount/deb'
|
umount --recursive 'overlay/mount/deb'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue