]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: promote usage of splash over rhgb
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 25 May 2025 17:13:01 +0000 (13:13 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 26 May 2025 11:13:39 +0000 (07:13 -0400)
This is a documentation only change.

The rhgb command line option will continue to be supported.

Also remove some distribution specific details from the example that
is not essentail for understanding the example.

man/dracut.cmdline.7.adoc
man/dracut.usage.adoc

index 86220625194a486b247ed624cb65c55031bf9024..5277e2d2dd6f8b6d956d763a2eb4fba21e0de4ee 100644 (file)
@@ -122,11 +122,11 @@ by copying the original kernel cmdline parameters.
 [listing]
 .Example
 --
-menuentry 'Live Fedora 20' --class fedora --class gnu-linux --class gnu --class os {
-    set isolabel=Fedora-Live-LXDE-x86_64-20-1
-    set isofile="/boot/iso/Fedora-Live-LXDE-x86_64-20-1.iso"
+menuentry 'Live' --class gnu-linux --class gnu --class os {
+    set isolabel=Live-x86_64
+    set isofile="/boot/iso/Live-x86_64.iso"
     loopback loop $isofile
-    linux (loop)/isolinux/vmlinuz0 boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image quiet rhgb
+    linux (loop)/isolinux/vmlinuz0 boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image quiet
     initrd (loop)/isolinux/initrd0.img
 }
 --
index c4b7b79e9a17e7f025e508908db6bc3247abc57b..b460da37165cab46c81d9e73b45514d04cc18a73 100644 (file)
@@ -333,7 +333,7 @@ situation.
 
 [[identifying-your-problem-area]]
 == Identifying your problem area
-. Remove ''rhgb'' and ''quiet'' from the kernel command line
+. Remove ''splash'' and ''quiet'' from the kernel command line
 . Add ''rd.shell'' to the kernel command line. This will present a shell should
 dracut be unable to locate your root device
 . Add ''rd.shell rd.debug log_buf_len=1M'' to the kernel command line so that
@@ -441,7 +441,7 @@ locate your root filesystem. To enable the shell:
 
 . Add the boot parameter ''rd.shell'' to your bootloader configuration file
 (e.g. _/boot/grub2/grub.cfg_)
-. Remove the boot arguments ''rhgb'' and ''quiet''
+. Remove the boot arguments ''splash'' and ''quiet''
 +
 A sample _/boot/grub2/grub.cfg_ bootloader configuration file is listed below.
 +