add readme and enable nested virtualization with modprode into libvirtd entrypoint
This commit is contained in:
parent
1681c69dbe
commit
29eadc7b92
@ -31,6 +31,8 @@ mkdir /sys.devices.container && {
|
||||
|
||||
# load modules
|
||||
modprobe ip6_tables -d /host
|
||||
# enable nested virtualzation
|
||||
modprobe kvm_intel nested=1 -d /host
|
||||
|
||||
# If no cpuacct,cpu is present, symlink it to cpu,cpuacct
|
||||
# Otherwise libvirt and our emulator get confused
|
||||
|
Loading…
Reference in New Issue
Block a user