Skip to content

Commit

Permalink
Add plymouth.ignore-serial-consoles kernel option
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed May 6, 2019
1 parent 6442671 commit 7bd30e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/config_files/x86/grub2-efi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ search --no-floppy --set=root -l '@ISOLABEL@'

menuentry 'Install @PRODUCT@ @VERSION@' --class qubes --class gnu-linux --class gnu --class os {
multiboot2 @XENPATH@ console=none
module2 @KERNELPATH@ @ROOT@ quiet
module2 @KERNELPATH@ @ROOT@ plymouth.ignore-serial-consoles quiet
module2 @INITRDPATH@
}

menuentry 'Test media and install @PRODUCT@ @VERSION@' --class qubes --class gnu-linux --class gnu --class os {
multiboot2 @XENPATH@ console=none
module2 @KERNELPATH@ @ROOT@ rd.live.check quiet
module2 @KERNELPATH@ @ROOT@ plymouth.ignore-serial-consoles rd.live.check quiet
module2 @INITRDPATH@
}

Expand Down
4 changes: 2 additions & 2 deletions templates/config_files/x86/isolinux.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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@ plymouth.ignore-serial-consoles i915.alpha_support=1 quiet rhgb --- 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@ plymouth.ignore-serial-consoles i915.alpha_support=1 quiet rhgb rd.live.check --- initrd.img

menu separator # insert an empty line

Expand Down

0 comments on commit 7bd30e9

Please sign in to comment.