From 097bea38f4881ae9cd8cdb970a64008bce6b8ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 21 Dec 2015 15:30:32 +0100 Subject: [PATCH] Root FS archive fix --- debootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debootstrap.sh b/debootstrap.sh index f8356ee7b1..b23ecaa2e4 100644 --- a/debootstrap.sh +++ b/debootstrap.sh @@ -176,7 +176,7 @@ KILLPROC=$(ps -uax | pgrep dbus-daemon | tail -1); if [ -n "$KILLPROC" ]; then k display_alert "Closing debootstrap process and preparing cache." "" "info" tar cp --directory=$DEST/cache/sdcard/ --exclude='dev/*' --exclude='proc/*' --exclude='run/*' --exclude='tmp/*' \ ---exclude='mnt/*' --exclude='sys/*' . | pv -p -b -r -s $(du -sb $DEST/cache/sdcard/ | cut -f1) -N "$RELEASE.tgz" | pigz > $DEST/cache/rootfs/$RELEASE.tgz +--exclude='mnt/*' . | pv -p -b -r -s $(du -sb $DEST/cache/sdcard/ | cut -f1) -N "$RELEASE.tgz" | pigz > $DEST/cache/rootfs/$RELEASE.tgz fi # # mount proc, sys and dev