f3f7ae7a87
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
25 lines
536 B
INI
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
|