From 5b0c2d168a3f490573052adb366245accbd53020 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Tue, 18 Apr 2006 20:29:39 +0000 Subject: Update to reflect code --- docs/command-line.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') 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:// Kickstart from FTP. ks=http:// 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= Sends a custom DHCP vendor class identifier. ISC's dhcpcd can inspect this value using "option vendor-class-identifier". -- cgit