Patch for Manpage

Patch corrects grub paths in the manpage for both GRUB legacy and GRUB2
master
sfalken@opensuse.org 2014-02-13 08:03:35 +00:00 committed by Harald Hoyer
parent dc4c1ee39d
commit 6e53596cec
1 changed files with 3 additions and 3 deletions

View File

@ -99,9 +99,9 @@ raid with encryption and LVM on top), as long as you specify the correct
filesystem LABEL or UUID on the kernel command line for your root device, dracut
will find it and boot from it.

The kernel command line usually can be configured in _/boot/grub/grub.conf_, if
grub is your bootloader and it also can be edited in the real boot process in
the grub menu.
The kernel command line usually can be configured in _/boot/grub/grub.conf_ or
_/boot/grub2/grub.cfg_, if grub is your bootloader and it also can be edited in
the real boot process in the grub menu.

The kernel command line can also be provided by the dhcp server with the
root-path option. See <<NetworkBoot>>.