cascading-pr update
This commit is contained in:
parent
d9f81c9e04
commit
f79ec84c16
1 changed files with 8 additions and 0 deletions
|
@ -145,6 +145,14 @@ function lxc_container_config_loop() {
|
||||||
lxc.cgroup2.devices.allow = c 10:237 rwm
|
lxc.cgroup2.devices.allow = c 10:237 rwm
|
||||||
lxc.cgroup2.devices.allow = b 7:* rwm
|
lxc.cgroup2.devices.allow = b 7:* rwm
|
||||||
lxc.mount.entry = /dev/loop-control dev/loop-control none bind,create=file 0 0
|
lxc.mount.entry = /dev/loop-control dev/loop-control none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop0 dev/loop0 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop1 dev/loop1 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop2 dev/loop2 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop3 dev/loop3 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop4 dev/loop4 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop5 dev/loop5 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop6 dev/loop6 none bind,create=file 0 0
|
||||||
|
lxc.mount.entry = /dev/loop7 dev/loop7 none bind,create=file 0 0
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue