well I guess -T0 is not supported in busybox implementation... should have known...
This commit is contained in:
parent
a9204209a7
commit
7a6e96ba57
|
@ -134,7 +134,7 @@ cat <<-"EOF" >$INITRD_DIR/init
|
||||||
mount -t tmpfs -o size=${size:=10000}m tmpfs /newroot || error
|
mount -t tmpfs -o size=${size:=10000}m tmpfs /newroot || error
|
||||||
|
|
||||||
echo "Extracting rootfs... "
|
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 /sys /newroot/sys
|
||||||
mount --move /proc /newroot/proc
|
mount --move /proc /newroot/proc
|
||||||
|
|
Loading…
Reference in New Issue