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
This commit is contained in:
Marek Marczykowski-Górecki 2019-06-25 19:52:55 +02:00
parent afd1fe2d41
commit f3f7ae7a87
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 4 additions and 4 deletions

View File

@ -61,12 +61,12 @@ menu separator # insert an empty line
label linux label linux
menu label ^Install @PRODUCT@ @VERSION@ menu label ^Install @PRODUCT@ @VERSION@
kernel mboot.c32 kernel mboot.c32
append xen.gz console=none --- vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb --- initrd.img append xen.gz console=none --- vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles --- initrd.img
label check label check
menu label Test this ^media & install @PRODUCT@ @VERSION@ menu label Test this ^media & install @PRODUCT@ @VERSION@
menu default menu default
kernel mboot.c32 kernel mboot.c32
append xen.gz console=none --- vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb rd.live.check --- initrd.img append xen.gz console=none --- vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles rd.live.check --- initrd.img
menu separator # insert an empty line menu separator # insert an empty line

View File

@ -3,12 +3,12 @@ default=qubes-verbose
[qubes-check] [qubes-check]
options=console=none options=console=none
kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb rd.live.check kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles rd.live.check
ramdisk=initrd.img ramdisk=initrd.img
[qubes] [qubes]
options=console=none options=console=none
kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb kernel=vmlinuz @ROOT@ i915.alpha_support=1 quiet rhgb plymouth.ignore-serial-consoles
ramdisk=initrd.img ramdisk=initrd.img
[qubes-verbose] [qubes-verbose]