Plymouth: Difference between revisions

Httpdev (talk | contribs)
m fixed typo
"splash" is already set in boot.plymouth.enable; "udev.log_priority" is "udev.log_level" now; "boot.shell_on_fail" isn't needed for secure-boot; remove rd. from systemd.show_status cause it isn't working by default (boot.initrd.systemd.enable is false)
 
Line 30: Line 30:
     kernelParams = [
     kernelParams = [
       "quiet"
       "quiet"
      "splash"
       "udev.log_level=3"
      "boot.shell_on_fail"
       "systemd.show_status=auto"
       "udev.log_priority=3"
       "rd.systemd.show_status=auto"
     ];
     ];
     # Hide the OS choice for bootloaders.
     # Hide the OS choice for bootloaders.