diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-07 11:48:48 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:52 +0100 |
commit | 9b3316ed2773b276cb9537c4ccde2dd3431b655d (patch) | |
tree | 87ac6018f5a5746d951b24023f981d4247292fae /testing/scripts/build-umlrootfs | |
parent | f9df3d06b5b4e5e5f00d294f555a373afd6bf99e (diff) | |
download | strongswan-9b3316ed2773b276cb9537c4ccde2dd3431b655d.tar.bz2 strongswan-9b3316ed2773b276cb9537c4ccde2dd3431b655d.tar.xz |
Use qemu/KVM virtualization instead of UML
Guest and network configuration is setup using the libvirt
virtualization API. The [start|stop]_testing scripts have been updated
accordingly.
qemu/KVM does not currently support a hostfs, so the shared build tree
mount has been dropped for now.
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 4340e6ebc..271e532d4 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -55,10 +55,5 @@ do execute_chroot "make SWANVERSION=$SWANVERSION -C /root/compile -f $r" done -log_action "Setting up shared build tree at /root/compile" -echo "" >> $LOOPDIR/etc/fstab -echo "none /root/compile hostfs $ROOTFSCOMPILEDIR" >> $LOOPDIR/etc/fstab -log_status 0 - log_action "Removing /etc/resolv.conf" execute "rm -f $LOOPDIR/etc/resolv.conf" |