From 03302ad267329a2d659a299b975ce9b49d44a800 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 Jul 2014 18:00:49 +0100 Subject: [PATCH] Force kvm_intel nested=1 in nested guests. --- build-supernested.sh.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-supernested.sh.in b/build-supernested.sh.in index bd006ae..20f6a1f 100644 --- a/build-supernested.sh.in +++ b/build-supernested.sh.in @@ -66,10 +66,14 @@ echo "them, but encourage your distro to stop using security-through-obscurity." # Add the kernel and initrd to the image. # We have to do this here, AFTER the build step, because we don't # have the kernel & initrd before this. -echo "Adding kernel and initrd to the disk image ..." -"$guestfish" --format=raw -a tmp-appliance.d/root -m /dev/sda <