Merge "debian: exclude contents of /tmp from debootstrap tarballs"
This commit is contained in:
commit
9fb2c1425a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ iface eth0 inet dhcp
|
|||
EOF
|
||||
|
||||
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
|
||||
|
||||
sudo rm -f ${TARGET_ROOT}/.extra_settings
|
||||
|
|
Loading…
Reference in a new issue