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

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