/boot/grub/grub.conf
. To configure GRUB to boot from the new files, add a boot stanza to /boot/grub/grub.conf
that refers to them.
title Installation root (hd0,0) kernel /vmlinuz-install initrd /initrd.img-install
kernel
line of the boot stanza. These options set preliminary options in Anaconda which the user normally sets interactively. For a list of available installer boot options, refer to Chapter 28, Boot Options.
ip=
repo=
lang=
keymap=
ksdevice=
(if installation requires an interface other than eth0)
vnc
and vncpassword=
for a remote installation
default
option in /boot/grub/grub.conf
to point to the new first stanza you added:
default 0