We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d5f1 commit e9e5b81Copy full SHA for e9e5b81
boot/dracut-qubes.conf
@@ -14,3 +14,10 @@ omit_dracutmodules+=" ifcfg qemu-net i18n resume mdraid terminfo crypt lunmask n
14
# confidential computing is not a Qubes feature). This saves about 5MB (20%) of
15
# initramfs size.
16
omit_dracutmodules+=" tpm2-tss "
17
+
18
+# Exclude plymouth, as it pulls in a lot of graphical stack, including GPU
19
+# drivers, and none of the boot screen is visible in a qube anyway
20
+omit_dracutmodules+=" plymouth "
21
22
+# Exclude microcode, as VM cannot load it anyway, saves over 10MB of space
23
+early_microcode="no"
0 commit comments