X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=testing%2Fscripts%2Fbuild-umlrootfs;h=271e532d42477da4270eddd9f1662d4c0e03054f;hp=4340e6ebc47f56d7523ec670f33c105d79c429f3;hb=9b3316ed2773b276cb9537c4ccde2dd3431b655d;hpb=f9df3d06b5b4e5e5f00d294f555a373afd6bf99e diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 4340e6e..271e532 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"