Merge "debian: exclude contents of /tmp from debootstrap tarballs"

This commit is contained in:
Jenkins 2014-09-10 03:10:04 +00:00 committed by Gerrit Code Review
commit 9fb2c1425a

View File

@ -98,7 +98,7 @@ iface eth0 inet dhcp
EOF EOF
echo Caching debootstrap result in $DEBOOTSTRAP_TARBALL echo Caching debootstrap result in $DEBOOTSTRAP_TARBALL
sudo tar -C $TARGET_ROOT -zcf $DEBOOTSTRAP_TARBALL . sudo tar -C $TARGET_ROOT -zcf $DEBOOTSTRAP_TARBALL --exclude='./tmp/*' .
fi fi
sudo rm -f ${TARGET_ROOT}/.extra_settings sudo rm -f ${TARGET_ROOT}/.extra_settings