Installation guide

--hesiodrhs
The Hesiod RHS ("right-hand side") option, set in /etc/hesiod.conf. This option is used by
the Hesiod library to determine the name to search DNS for when looking up information,
similar to LDAP's use of a base DN.
Tip
To look up user information for "jim", the Hesiod library looks up
jim.passwd<LHS><RHS>, which should resolve to a TXT record that looks like
what his passwd entry would look like (jim:*:501:501:Jungle
Jim:/home/jim:/bin/bash). For groups, the situation is identical, except
jim.group<LHS><RHS> would be used.
Looking up users and groups by number is handled by making "501.uid" a
CNAME for "jim.passwd", and "501.gid" a CNAME for "jim.group". Note that
the library does not place a period . in front of the LHS and RHS values when
performing a search. Therefore the LHS and RHS values need to have a peri-
od placed in front of them in order if they require this.
--enablesmbauth
Enables authentication of users against an SMB server (typically a Samba or Windows
server). SMB authentication support does not know about home directories, UIDs, or shells.
If you enable SMB, you must make users' accounts known to the workstation by enabling
LDAP, NIS, or Hesiod or by using the /usr/sbin/useradd command to make their accounts
known to the workstation. To use this option, you must have the pam_smb package installed.
--smbservers=
The name of the server(s) to use for SMB authentication. To specify more than one server,
separate the names with commas (,).
--smbworkgroup=
The name of the workgroup for the SMB servers.
--enablecache
Enables the nscd service. The nscd service caches information about users, groups, and
various other types of information. Caching is especially helpful if you choose to distribute
information about users and groups over your network using NIS, LDAP, or hesiod.
bootloader (required)
Specifies how the boot loader should be installed. This option is required for both installa-
tions and upgrades.
--append=
Specifies kernel parameters. To specify multiple parameters, separate them with spaces.
For example:
bootloader --location=mbr --append="hdd=ide-scsi ide=nodma"
4. Kickstart Options
247