diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2014-03-18 14:59:06 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2014-03-19 18:49:33 +0000 |
commit | 49a0649b8b44b28ee62770e7394c922a6ba7f894 (patch) | |
tree | a2625c920749ce337255488041fe521a75264267 | |
parent | 7d9d723e0347bcf571301c2622a56d25fffad73e (diff) | |
download | linux-baserock/markdoffman/virtualization.tar.gz |
Add kernel config needed for virtualization hosting.baserock/markdoffman/virtualization
Add kernel config parameters needed for baserock to act
as a virtualizaiton host using kvm and libvirt.
-rw-r--r-- | linux.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 194bdf2d8884..6dde74a7303e 100644 --- a/linux.morph +++ b/linux.morph @@ -53,6 +53,14 @@ "scripts/config -d DEBUG_STACK_TRACE", "scripts/config -e NFSD", "scripts/config -e NFSD_V3", + "scripts/config -e KVM", + "scripts/config -e KVM_INTEL", + "scripts/config -e TUN", + "scripts/config -e BRIDGE", + "scripts/config -e VHOST_NET", + "scripts/config -e NF_NAT", + "scripts/config -e NF_NAT_IPV4", + "scripts/config -e IP_NF_TARGET_MASQUERADE", "yes '' | make oldconfig" ], "build-commands": [ |