From c74ac9b3031f29a8b13dbeabe367748715bd9b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 4 Oct 2018 21:50:53 +0200 Subject: [PATCH] lorax-templates-qubes: drop dmsquash-live module in efi initrd image Since moving to squashfs + overlay fs, it isn't needed anymore. And size of initrd for efi is critical. --- 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 02f9aa4..f384e04 100644 --- a/lorax-templates-qubes/templates/efi.tmpl +++ b/lorax-templates-qubes/templates/efi.tmpl @@ -43,7 +43,7 @@ install boot/efi/EFI/*/fonts/unicode.pf2 ${EFIBOOTDIR}/fonts/ runcmd chroot ${inroot} dracut --conf /dev/null --confdir /var/empty \ --nomdadmconf --nolvmconf --nofscks --no-early-microcode \ --no-hostonly --xz --install '/.buildstamp' \ - --add 'anaconda pollcdrom dmsquash-live' \ + --add 'anaconda pollcdrom' \ --omit="${extra_dracut_modules}" --omit-drivers="${scsi_modules}" --omit-drivers="${extra_modules}" \ /boot/efi/EFI/qubes/initrd-small.img ${kver} runcmd chroot ${inroot} rm -f /proc/modules