From 1519f7da942c2dba6e081bd6daa96e7504e09fd0 Mon Sep 17 00:00:00 2001 From: udeved Date: Sun, 31 Jan 2016 23:34:24 +0100 Subject: [PATCH] [util-iso-boot] support memdisk pxe #177 --- lib/util-iso-boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util-iso-boot.sh b/lib/util-iso-boot.sh index 2bdea84..e8b99b1 100644 --- a/lib/util-iso-boot.sh +++ b/lib/util-iso-boot.sh @@ -22,7 +22,8 @@ copy_efi_shells(){ set_mkinicpio_hooks(){ if ! ${pxe_boot};then - sed -e 's/miso_pxe_common miso_pxe_http //' -i $1 + sed -e 's/miso_pxe_common miso_pxe_http //' \ + -e 's/memdisk //' -i $1 fi if ! ${plymouth_boot};then sed -e 's/plymouth //' -i $1