Installation guide
Chapter 1. Kickstart Installations 25
nfs
Install from the NFS server specified.
• --server server
Server from which to install (hostname or IP).
• --dir dir
Directory containing the Red Hat installation tree.
For example:
nfs --server server --dir dir
cdrom
Install from the first CD-ROM drive on the system.
For example:
cdrom
harddrive
Install from a Red Hat installation tree on a local drive, which must be either vfat or
ext2.
• --partition
partition
Partition to install from (such as, sdb2).
• --dir dir
Directory containing the Red Hat installation tree.
For example:
harddrive --partition partition --dir dir
url
Install from a Red Hat installation tree on a remote server via FTP or HTTP.
For example:
url --url http:// server / dir
url --url ftp:// username : password @ server / dir