fixing 0 byte root fs issue after booting

This commit is contained in:
toby 2018-09-25 20:19:01 +00:00
parent 2d5a229536
commit 1ac7a31740
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ mkdir -p $INITRD_DIR/bin
wget -O $INITRD_DIR/bin/busybox https://www.busybox.net/downloads/binaries/1.26.1-defconfig-multiarch/busybox-x86_64
chmod +x $INITRD_DIR/bin/busybox
cat <<-"EOF" >$INITRD_DIR/init
cat <<-EOF >$INITRD_DIR/init
#!/bin/busybox sh
# Dump to sh if something fails