From 20df6b00ffcaed2289d385fc2e61dd19f14a7bfe Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Tue, 22 Mar 2016 00:38:20 +1300 Subject: [PATCH] lorax: Don't disable network for efi image creation Doing so prevents livenet from loading and causes dracut to fail. --- lorax-templates-qubes/templates/efi.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax-templates-qubes/templates/efi.tmpl b/lorax-templates-qubes/templates/efi.tmpl index e8f92a7..ba0df45 100644 --- a/lorax-templates-qubes/templates/efi.tmpl +++ b/lorax-templates-qubes/templates/efi.tmpl @@ -41,7 +41,7 @@ install boot/efi/EFI/*/fonts/unicode.pf2 ${EFIBOOTDIR}/fonts/ %> %if include_kernel: copy ${KERNELDIR}/vmlinuz ${EFIBOOTDIR} - runcmd chroot ${inroot} dracut --nomdadmconf --nolvmconf --xz --install '/.buildstamp' --add 'anaconda pollcdrom' --omit "network multipath modsign systemd crypt shutdown plymouth fcoe fcoe-uefi nfs iscsi ifcfg" --omit-drivers="${scsi_modules}" --omit-drivers="${extra_modules}" /boot/efi/EFI/qubes/initrd-small.img ${kver} + runcmd chroot ${inroot} dracut --nomdadmconf --nolvmconf --xz --install '/.buildstamp' --add 'anaconda pollcdrom' --omit "multipath modsign systemd crypt shutdown plymouth fcoe fcoe-uefi nfs iscsi ifcfg" --omit-drivers="${scsi_modules}" --omit-drivers="${extra_modules}" /boot/efi/EFI/qubes/initrd-small.img ${kver} install boot/efi/EFI/qubes/initrd-small.img ${EFIBOOTDIR}/initrd.img %endif install ${configdir}/grub2-efi.cfg ${eficonf}