Installation guide
--opts= — Mount options to use for mounting the NFS export. Any options that can be
specified in /etc/fstab for an NFS mount are allowed. The options are listed in the
nfs(5) man page. Multiple options are separated with a comma.
driverdisk ( op t io n al)
Driver diskettes can be used during kickstart installations. You must copy the driver
diskettes's contents to the root directory of a partition on the system's hard drive. Then you
must use the driverdisk command to tell the installation program where to look for the
driver disk.
driverdisk <partition> [--type=<fstype>]
Alternatively, a network location can be specified for the driver diskette:
driverdisk --source=ftp://path/to/dd.img
driverdisk --source=http://path/to/dd.img
driverdisk --source=nfs:host:/path/to/img
<partition> — Partition containing the driver disk.
--type= — File system type (for example, vfat or ext2).
firewall ( o p t io n al)
This option corresponds to the Firewall Configuration screen in the installation
program:
firewall --enabled|--disabled [--trust=] <device> [--port=]
--enabled or --enable — Reject incoming connections that are not in response to
outbound requests, such as DNS replies or DHCP requests. If access to services
running on this machine is needed, you can choose to allow specific services through
the firewall.
--disabled or --disable — Do not configure any iptables rules.
--trust= — Listing a device here, such as eth0, allows all traffic coming to and from
that device to go through the firewall. To list more than one device, use --trust eth0
--trust eth1. Do NOT use a comma-separated format such as --trust eth0,
eth1.
<incoming> — Replace with one or more of the following to allow the specified services
through the firewall.
--ssh
--telnet
--smtp
--http
--ftp
--port= — You can specify that ports be allowed through the firewall using the
port:protocol format. For example, to allow IMAP access through your firewall, specify
imap:tcp. Numeric ports can also be specified explicitly; for example, to allow UD P
Chapt er 31 . Kickst art Inst allat ions
289