diff --git a/create_pxeinitrd.sh b/create_pxeinitrd.sh index 6e90a8d..d5f94bd 100755 --- a/create_pxeinitrd.sh +++ b/create_pxeinitrd.sh @@ -187,7 +187,7 @@ cat <<-"EOF" >$INITRD_DIR/init mount -t tmpfs -o size=${size:=10000}m tmpfs /newroot || error echo "Extracting rootfs... " - xz -d -c -f rootfs.tar.xz | tar -x -f - -C /newroot || error + xz -T0 -d -c -f rootfs.tar.xz | tar -x -f - -C /newroot || error mount --move /sys /newroot/sys mount --move /proc /newroot/proc