[util-iso-boot] support memdisk pxe #177

This commit is contained in:
udeved 2016-01-31 23:34:24 +01:00
parent 19d439a8ca
commit 1519f7da94

View file

@ -22,7 +22,8 @@ copy_efi_shells(){
set_mkinicpio_hooks(){ set_mkinicpio_hooks(){
if ! ${pxe_boot};then 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 fi
if ! ${plymouth_boot};then if ! ${plymouth_boot};then
sed -e 's/plymouth //' -i $1 sed -e 's/plymouth //' -i $1