mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -182,7 +182,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 debootstrap process and preparing cache." "" "info"
|
||||
tar cpf - --directory=$DEST/cache/sdcard/ --exclude='dev' --exclude='proc/*' --exclude='run/*' --exclude='tmp/*' \
|
||||
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user