aboutsummaryrefslogtreecommitdiff
path: root/scripts/tar-pfx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tar-pfx.sh')
-rw-r--r--scripts/tar-pfx.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/tar-pfx.sh b/scripts/tar-pfx.sh
deleted file mode 100644
index 2b5a215..0000000
--- a/scripts/tar-pfx.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-. ./.vars
-
-SZE=$(du -sm $prefix |awk '{print $1}')
-
- # | cpio -R root:root -do - \
-find $prefix \
- | cpio -v -R root:root -oH newc \
- | pv -s ${SZE}M \
- | xz -T0 -9 -c > pfx.txz
-
-# bsdtar \
-# --numeric-owner \
-# --owner=root \
-# --group=root \
-# -C pfx \
-# -cvf - . \
-# | xz -9 -T0 -vc > pfx.txz