From 7a6e96ba57d29e487bee6a885b253a04de98723c Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 25 Feb 2019 08:21:19 +0000 Subject: [PATCH] well I guess -T0 is not supported in busybox implementation... should have known... --- create_pxeinitrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_pxeinitrd.sh b/create_pxeinitrd.sh index d752647..a95eed5 100755 --- a/create_pxeinitrd.sh +++ b/create_pxeinitrd.sh @@ -134,7 +134,7 @@ cat <<-"EOF" >$INITRD_DIR/init mount -t tmpfs -o size=${size:=10000}m tmpfs /newroot || error echo "Extracting rootfs... " - xz -T0 -d -c -f rootfs.tar.xz | tar -x -f - -C /newroot || error + xz -d -c -f rootfs.tar.xz | tar -x -f - -C /newroot || error mount --move /sys /newroot/sys mount --move /proc /newroot/proc