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