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:
parent
afd1fe2d41
commit
f3f7ae7a87
@ -61,12 +61,12 @@ menu separator # insert an empty line
|
||||
label linux
|
||||
menu label ^Install @PRODUCT@ @VERSION@
|
||||
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
|
||||
menu label Test this ^media & install @PRODUCT@ @VERSION@
|
||||
menu default
|
||||
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
|
||||
|
||||
|
@ -3,12 +3,12 @@ default=qubes-verbose
|
||||
|
||||
[qubes-check]
|
||||
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
|
||||
|
||||
[qubes]
|
||||
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
|
||||
|
||||
[qubes-verbose]
|
||||
|
Loading…
Reference in New Issue
Block a user