diff options
author | Martin Willi <martin@revosec.ch> | 2013-03-22 11:33:51 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-03-26 10:31:29 +0100 |
commit | c59f3dcb68c0dc136f779db0374520e22166bed4 (patch) | |
tree | 2f9f5e0e90a5de7f23773acaeb3db05a5554d426 /testing/scripts/build-baseimage | |
parent | b5f3c1f7854994dc2d26aba7e9eaf50fef6f7033 (diff) | |
download | strongswan-c59f3dcb68c0dc136f779db0374520e22166bed4.tar.bz2 strongswan-c59f3dcb68c0dc136f779db0374520e22166bed4.tar.xz |
Use new strongSwan HA kernel patchset keeping iptables ABI
Allows us to install stock debian iptables without the need for patching and
compiling our own.
Diffstat (limited to 'testing/scripts/build-baseimage')
-rwxr-xr-x | testing/scripts/build-baseimage | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 8bafc58ae..c426f0af5 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -20,7 +20,6 @@ INC=$INC,gnat,gprbuild,libahven3-dev,libxmlada4.1-dev,libgmpada3-dev INC=$INC,libalog0.4.1-base-dev,hostapd SERVICES="apache2 dbus isc-dhcp-server slapd bind9" INC=$INC,${SERVICES// /,} -EXC=iptables CACHEDIR=$BUILDDIR/cache APTCACHE=$LOOPDIR/var/cache/apt/archives @@ -67,7 +66,7 @@ execute "mount -o bind $CACHEDIR $APTCACHE" do_on_exit graceful_umount $APTCACHE log_action "Running debootstrap ($BASEIMGSUITE, $BASEIMGARCH)" -execute "debootstrap --arch=$BASEIMGARCH --include=$INC --exclude $EXC $BASEIMGSUITE $LOOPDIR $BASEIMGMIRROR" +execute "debootstrap --arch=$BASEIMGARCH --include=$INC $BASEIMGSUITE $LOOPDIR $BASEIMGMIRROR" execute "mount -t proc none $LOOPDIR/proc" do_on_exit graceful_umount $LOOPDIR/proc |