Merge "debian: exclude contents of /tmp from debootstrap tarballs"
This commit is contained in:
commit
9fb2c1425a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user