Another debootstrap fix

This commit is contained in:
Igor Pečovnik 2015-12-09 22:15:00 +01:00
parent c61e0ea76f
commit a636ff1b20

View File

@ -190,7 +190,7 @@ KILLPROC=$(ps -uax | pgrep ntpd | tail -1); if [ -n "$KILLPROC" ]; then k
KILLPROC=$(ps -uax | pgrep dbus-daemon | tail -1); if [ -n "$KILLPROC" ]; then kill -9 $KILLPROC; fi
display_alert "Closing deboostrap process and preparing cache." "" "info"
tar cpf - --directory=$DEST/cache/sdcard/ --exclude=dev --exclude=proc --exclude=run --exclude=tmp --exclude=mnt --exclude=sys . \
tar cpf - --directory=$DEST/cache/sdcard/ --exclude=dev/* --exclude=proc/* --exclude=run --exclude=tmp/* --exclude=mnt/* --exclude=sys/* . \
| pigz > $DEST/cache/rootfs/$RELEASE.tgz
fi
#