Red Hat ENTERPRISE LINUX 4 System Administration Manual page 27

Hide thumbs Also See for ENTERPRISE LINUX 4:
Table of Contents

Advertisement

--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 (optional)
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.imgdriverdisk --source=http://path/to/
dd.imgdriverdisk --source=nfs:host:/path/to/img
<partition>
Partition containing the driver disk.
--type=
File system type (for example, vfat or ext2).
firewall (optional)
This option corresponds to the Firewall Configuration screen in the installation program:
firewall --enabled|--disabled [--trust=] <device> [--port=]
--enabled
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
Do not configure any iptables rules.
--trust=
Listing a device here, such as eth0, allows all traffic coming 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
Kickstart Options
9

Advertisement

Table of Contents
loading

Table of Contents