Configuring the Boot Loader
You can configure the boot loader to use specific boot options that can control installation at the point of boot. For example, you can provide the network location of an install ISO, or the location of a Kickstart file used to automate installation.
Boot options are specified at the boot command line of the boot menu.
This example shows settings for the inst.repo
and
inst.ks
options:
inst.repo=nfs:nfs.example.com:/ISOs/OL8/full_image.iso \
inst.ks=nfs:nfs.example.com:/kickstart/OL8/server-ks.cfg ip=dhcp
With these directives, the installation program is instructed to do the following:
-
Use the full installation image stored on an NFS share directory.
-
Start the installation automatically by using a file also stored on an NFS share directory.