From b460fb1dd29b69917f934e267eff760040c34680 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 28 Nov 2012 16:10:22 +0100 Subject: Drop SHAREDTREE in favor of mounting the compile dir --- testing/scripts/build-umlrootfs | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index d3395c872..f321463db 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -59,16 +59,6 @@ mount -o loop $BASE $LOOPDIR >> $LOGFILE 2>&1 mount -t proc none $LOOPDIR/proc >> $LOGFILE 2>&1 cgecho "done" -###################################################### -# setting up mountpoint for shared source tree -# -if [ "${SHAREDTREE+set}" = "set" ]; then - cecho " * setting up shared strongswan tree at '$SHAREDTREE'" - mkdir $LOOPDIR/root/strongswan-shared - echo "" >> $LOOPDIR/etc/fstab - echo "none /root/strongswan-shared hostfs $SHAREDTREE" >> $LOOPDIR/etc/fstab -fi - ###################################################### # install software from source using 'recipes' # @@ -95,6 +85,10 @@ done umount $LOOPDIR/root/compile +cecho " * Setting up shared build tree at /root/compile" +echo "" >> $LOOPDIR/etc/fstab +echo "none /root/compile hostfs $ROOTFSCOMPILEDIR" >> $LOOPDIR/etc/fstab + ###################################################### # remove /etc/resolv.conf # -- cgit v1.2.3