Blame SOURCES/0278-man-page-changed-grub.conf-to-grub2.cfg.patch

18971c
From 77c0b308259d3b91c536de9a49c0b99427c5924e Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Fri, 3 Jul 2015 14:28:55 +0200
18971c
Subject: [PATCH] man page: changed grub.conf to grub2.cfg
18971c
18971c
---
18971c
 dracut.usage.asc | 14 +++++++-------
18971c
 1 file changed, 7 insertions(+), 7 deletions(-)
18971c
18971c
diff --git a/dracut.usage.asc b/dracut.usage.asc
18971c
index bee9e2e1..15dc2440 100644
18971c
--- a/dracut.usage.asc
18971c
+++ b/dracut.usage.asc
18971c
@@ -99,7 +99,7 @@ raid with encryption and LVM on top), as long as you specify the correct
18971c
 filesystem LABEL or UUID on the kernel command line for your root device, dracut
18971c
 will find it and boot from it.
18971c
 
18971c
-The kernel command line usually can be configured in _/boot/grub/grub.conf_, if
18971c
+The kernel command line usually can be configured in _/boot/grub2/grub.cfg_, if
18971c
 grub is your bootloader and it also can be edited in the real boot process in
18971c
 the grub menu.
18971c
 
18971c
@@ -325,7 +325,7 @@ stick and mount that. Then you can store the output for later inspection.
18971c
 In all cases, the following should be mentioned and attached to your bug report:
18971c
 
18971c
 * The exact kernel command-line used. Typically from the bootloader
18971c
-configuration file (e.g. _/etc/grub.conf_) or from _/proc/cmdline_.
18971c
+configuration file (e.g. _/boot/grub2/grub.cfg_) or from _/proc/cmdline_.
18971c
 * A copy of your disk partition information from _/etc/fstab_, which might be
18971c
 obtained booting an old working initramfs or a rescue medium.
18971c
 * Turn on dracut debugging (see _the 'debugging dracut' section_), and attach
18971c
@@ -360,7 +360,7 @@ logging during the system boot.  This section documents configuring a
18971c
 serial console connection to record boot messages.
18971c
 
18971c
 . First, enable serial console output for both the kernel and the bootloader.
18971c
-. Open the file _/etc/grub.conf_ for editing. Below the line ''timeout=5'', add
18971c
+. Open the file _/boot/grub2/grub.cfg_ for editing. Below the line ''timeout=5'', add
18971c
 the following:
18971c
 +
18971c
 ----
18971c
@@ -368,14 +368,14 @@ serial --unit=0 --speed=9600
18971c
 terminal --timeout=5 serial console
18971c
 ----
18971c
 +
18971c
-. Also in _/etc/grub.conf_, add the following boot arguemnts to the ''kernel''
18971c
+. Also in _/boot/grub2/grub.cfg_, add the following boot arguemnts to the ''kernel''
18971c
 line:
18971c
 +
18971c
 ----
18971c
 console=tty0 console=ttyS0,9600
18971c
 ----
18971c
 +
18971c
-. When finished, the _/etc/grub.conf_ file should look similar to the example
18971c
+. When finished, the _/boot/grub2/grub.cfg_ file should look similar to the example
18971c
 below.
18971c
 +
18971c
 ----
18971c
@@ -410,10 +410,10 @@ dracut offers a shell for interactive debugging in the event dracut fails to
18971c
 locate your root filesystem. To enable the shell:
18971c
 
18971c
 . Add the boot parameter ''rd.shell'' to your bootloader configuration file
18971c
-(e.g. _/etc/grub.conf_)
18971c
+(e.g. _/boot/grub2/grub.cfg_)
18971c
 . Remove the boot arguments ''rhgb'' and ''quiet''
18971c
 +
18971c
-A sample _/etc/grub.conf_ bootloader configuration file is listed below.
18971c
+A sample _/boot/grub2/grub.cfg_ bootloader configuration file is listed below.
18971c
 +
18971c
 ----
18971c
 default=0