/etc/crypttab
/etc/fstab
ks
command line argument is passed to the kernel.
dd
option as well. For example, if installation requires a kickstart file on a local hard drive and also requires a driver disk, boot the system with:
linux ks=hd:partition:/path/ks.cfg dd
boot:
prompt (where ks.cfg
is the name of the kickstart file):
linux ks=cdrom:/ks.cfg
autostep
debug
dd
dhcpclass=<class>
dns=<dns>
driverdisk
expert
gateway=<gw>
graphical
isa
ip=<ip>
ipv6=auto
, ipv6=dhcp
auto
to specify automatic neighbor discovery or dhcp
for a stateful configuration with DHCPv6. You cannot specify a static IPv6 address.
keymap=<keymap>
be-latin1
— Belgian
bg_bds-utf8
— Bulgarian
bg_pho-utf8
— Bulgarian (Phonetic)
br-abnt2
— Brazilian (ABNT2)
cf
— French Canadian
croat
— Croatian
cz-us-qwertz
— Czech
cz-lat2
— Czech (qwerty)
de
— German
de-latin1
— German (latin1)
de-latin1-nodeadkeys
— German (latin1 without dead keys)
dvorak
— Dvorak
dk
— Danish
dk-latin1
— Danish (latin1)
es
— Spanish
et
— Estonian
fi
— Finnish
fi-latin1
— Finnish (latin1)
fr
— French
fr-latin9
— French (latin9)
fr-latin1
— French (latin1)
fr-pc
— French (pc)
fr_CH
— Swiss French
fr_CH-latin1
— Swiss French (latin1)
gr
— Greek
hu
— Hungarian
hu101
— Hungarian (101 key)
is-latin1
— Icelandic
it
— Italian
it-ibm
— Italian (IBM)
it2
— Italian (it2)
jp106
— Japanese
ko
— Korean
la-latin1
— Latin American
mk-utf
— Macedonian
nl
— Dutch
no
— Norwegian
pl2
— Polish
pt-latin1
— Portuguese
ro
— Romanian
ru
— Russian
sr-cy
— Serbian
sr-latin
— Serbian (latin)
sv-latin1
— Swedish
sg
— Swiss German
sg-latin1
— Swiss German (latin1)
sk-qwerty
— Slovak (qwerty)
slovene
— Slovenian
trq
— Turkish
uk
— United Kingdom
ua-utf
— Ukrainian
us-acentos
— U.S. International
us
— U.S. English
/usr/lib/python2.6/site-packages/system_config_keyboard/keyboard_models.py
on 32-bit systems or /usr/lib64/python2.6/site-packages/system_config_keyboard/keyboard_models.py
on 64-bit systems also contains this list and is part of the system-config-keyboard package.
ks=nfs:<server>:/<path>
/mydir/ks.cfg
, the correct boot command would be ks=nfs:server.example.com:/mydir/ks.cfg
.
ks=http://<server>/<path>
/mydir/ks.cfg
, the correct boot command would be ks=http://server.example.com/mydir/ks.cfg
.
ks=hd:<device>:/<file>
ks=hd:sda3:/mydir/ks.cfg
).
ks=bd:<biosdev>:/<path>
ks=bd:80p3:/mydir/ks.cfg
). Note this does not work for BIOS RAID sets.
ks=file:/<file>
initrd
image.
ks=cdrom:/<path>
ks
ks
is used alone, the installation program configures the Ethernet card to use DHCP. The kickstart file is read from NFS server specified by DHCP option server-name. The name of the kickstart file is one of the following:
/
, the boot file provided by DHCP is looked for on the NFS server.
/
, the boot file provided by DHCP is looked for in the /kickstart
directory on the NFS server.
/kickstart/1.2.3.4-kickstart
, where 1.2.3.4 is the numeric IP address of the machine being installed.
ksdevice=<device>
eth0
00:12:34:56:78:9a
link
, which specifies the first interface with its link in the up
state
bootif
, which uses the MAC address that pxelinux set in the BOOTIF
variable. Set IPAPPEND 2
in your pxelinux.cfg
file to have pxelinux set the BOOTIF
variable.
ibft
, which uses the MAC address of the interface specified by iBFT
ks=nfs:<server>:/<path> ksdevice=eth1
at the boot:
prompt.
kssendmac
lang=<lang>
loglevel=<level>
mediacheck
netmask=<nm>
nofallback
nofb
nofirewire
noipv6
This option is not available during PXE installations
nomount
nonet
noparport
nopass
nopcmcia
noprobe
noshell
repo=cdrom
repo=ftp://<path>
repo=hd:<dev>:<path>
repo=http://<path>
repo=nfs:<path>
rescue
resolution=<mode>
serial
skipddc
syslog=<host>[:<port>]
text
Important
updates
updates=ftp://<path>
updates=http://<path>
upgradeany
/etc/redhat-release
file.
vnc
vncconnect=<host>[:<port>]
vncpassword=<password>