lxc
This commit is contained in:
parent
8b39df8ed0
commit
663d99bb14
1 changed files with 17 additions and 16 deletions
|
@ -14,6 +14,7 @@ local container="${1}"
|
|||
|
||||
urc() {
|
||||
local container="${1}"
|
||||
local f
|
||||
for f in "sys" "proc" "dev/pts" "dev" ; do
|
||||
umount --lazy "overlay/mount/var/lib/lxc/${container}/squashfs-root/${f}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue