diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2006-04-18 20:29:39 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2006-04-18 20:29:39 +0000 |
commit | 5b0c2d168a3f490573052adb366245accbd53020 (patch) | |
tree | b63da2107af66078744510999798f0fbad15ff5b /docs | |
parent | 76bfd78f6d7e864eda4962a2a8ecacb837c4831a (diff) | |
download | anaconda-5b0c2d168a3f490573052adb366245accbd53020.tar.gz anaconda-5b0c2d168a3f490573052adb366245accbd53020.tar.xz anaconda-5b0c2d168a3f490573052adb366245accbd53020.zip |
Update to reflect code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/command-line.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/command-line.txt b/docs/command-line.txt index 70b6e6fd7..29d32aa90 100644 --- a/docs/command-line.txt +++ b/docs/command-line.txt @@ -116,10 +116,9 @@ ks=ftp://<path> Kickstart from FTP. ks=http://<path> Kickstart from HTTP. kssendmac Adds HTTP headers to ks=http:// request that can be helpful - for provisioning systems. Includes MAC address of all nics in - a CGI environment variable of the form - HTTP_X_RHN_PROVISIONING_0, HTTP_X_RHN_PROVISIONING_1, etc, for - all nics. + for provisioning systems. Includes MAC address of all + nics in CGI environment variables of the form: + "X-RHN-Provisioning-MAC-0: eth0 01:23:45:67:89:ab". dhcpclass=<class> Sends a custom DHCP vendor class identifier. ISC's dhcpcd can inspect this value using "option vendor-class-identifier". |