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