Changes

139 bytes added ,  Monday at 04:33
Line 23: Line 23:  
cat | sudo tee -a /var/lib/lxc/u1/config << EOF
 
cat | sudo tee -a /var/lib/lxc/u1/config << EOF
 
# hax for criu
 
# hax for criu
lxc.console = none
+
lxc.console.path = none
lxc.tty = 0
+
lxc.tty.max = 0
 
lxc.cgroup.devices.deny = c 5:1 rwm
 
lxc.cgroup.devices.deny = c 5:1 rwm
 +
# on older lxc comment the above and uncomment the below
 +
# lxc.console = none
 +
# lxc.tty = 0
 +
# lxc.cgroup.devices.deny = c 5:1 rwm
 
EOF
 
EOF
 
</source>
 
</source>