From f3f7ae7a8735e2cb9921d52f810623da292d19d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 25 Jun 2019 19:52:55 +0200 Subject: [PATCH] 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 --- lorax-templates-qubes/templates/config_files/x86/isolinux.cfg | 4 ++-- lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lorax-templates-qubes/templates/config_files/x86/isolinux.cfg b/lorax-templates-qubes/templates/config_files/x86/isolinux.cfg index bd77053..8ca7d37 100644 --- a/lorax-templates-qubes/templates/config_files/x86/isolinux.cfg +++ b/lorax-templates-qubes/templates/config_files/x86/isolinux.cfg @@ -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 diff --git a/lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg b/lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg index 7711e41..bd3c3da 100644 --- a/lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg +++ b/lorax-templates-qubes/templates/config_files/x86/xen-efi.cfg @@ -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]