well I guess -T0 is not supported in busybox implementation... should have known...

This commit is contained in:
toby 2019-02-25 08:21:19 +00:00
parent a9204209a7
commit 7a6e96ba57
1 changed files with 1 additions and 1 deletions

View File

@ -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