qubes-installer-qubes-os/lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg
Marek Marczykowski-Górecki f3f7ae7a87
lorax-templates-qubes: add plymouth.ignore-serial-consoles kernel option
to non-verbose boot options. This will avoid automatic plymouth switch
to "details" view - retaining nice graphical progress. And also will be
copied to the target system, with the same effect - nice graphical boot.

QubesOS/qubes-issues#3849
2019-06-25 19:52:55 +02:00

25 lines
536 B
INI

[global]
default=qubes-verbose
[qubes-check]
options=console=none
kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles rd.live.check
ramdisk=initrd.img
[qubes]
options=console=none
kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles
ramdisk=initrd.img
[qubes-verbose]
options=console=vga efi=attr=uc
noexitboot=1
mapbs=1
kernel=vmlinuz @ROOT@ i915.alpha_support=1
ramdisk=initrd.img
[qubes-rescue]
options=loglvl=all
kernel=vmlinuz @ROOT@ rescue
ramdisk=initrd.img