From 1ac7a31740d87cddf04fc958027049e63b981a01 Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 25 Sep 2018 20:19:01 +0000 Subject: [PATCH] fixing 0 byte root fs issue after booting --- create_pxeinitrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_pxeinitrd.sh b/create_pxeinitrd.sh index ce0e512..2ad0712 100755 --- a/create_pxeinitrd.sh +++ b/create_pxeinitrd.sh @@ -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