mm/make-rslave,rbind um/recursive

This commit is contained in:
Marc Beninca 2023-05-16 18:26:21 +02:00
parent 3b71c87e03
commit b54d423f87

View file

@ -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'
} }