diff --git a/pkg/runner/lxc-helpers-lib.sh b/pkg/runner/lxc-helpers-lib.sh index dabde18..54f12b7 100755 --- a/pkg/runner/lxc-helpers-lib.sh +++ b/pkg/runner/lxc-helpers-lib.sh @@ -145,14 +145,6 @@ function lxc_container_config_loop() { lxc.cgroup2.devices.allow = c 10:237 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/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 }