summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-21 18:18:05 -0400
committerJim Meyering <jim@meyering.net>2006-09-21 18:18:05 -0400
commitb66b274f7abac3da09a5ad1e4a20a3cd4928c762 (patch)
tree406efb055ab13ddaaa1683ff8dd81a50b4a62050 /cobbler.pod
parent592dd07619b577a98778b4956cacdceaccb91b01 (diff)
downloadthird_party-cobbler-b66b274f7abac3da09a5ad1e4a20a3cd4928c762.tar.gz
third_party-cobbler-b66b274f7abac3da09a5ad1e4a20a3cd4928c762.tar.xz
third_party-cobbler-b66b274f7abac3da09a5ad1e4a20a3cd4928c762.zip
Added --pxe-arch command and documentation.
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod10
1 files changed, 9 insertions, 1 deletions
diff --git a/cobbler.pod b/cobbler.pod
index a9e2779..7a8bf20 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -97,7 +97,7 @@ the name of a previously defined cobbler distribution
=head2 ADDING A SYSTEM
-B<cobbler system add --name=<ip|mac|hostname> --profile=<string> [--kopts=<string>] [--ksmeta=<string>]
+B<cobbler system add --name=<ip|mac|hostname> --profile=<string> [--kopts=<string>] [--pxe_arch=<standard|ia64>] [--ksmeta=<string>]
=over
@@ -113,6 +113,14 @@ The system name must be either a currently-resolvable hostname, an IP address, o
When defining Xen systems, using a MAC address causes the Xen MAC address to be used for creation,
so that is the preferred usage.
+=item pxe-arch
+
+The PXE architecture is (obviously) only relevant to PXE booting. Setting
+the arch to "ia64" will use elilo.efi as the boot loader instead of
+"pxelinux.0". The default, "standard", uses "pxelinux.0".
+
+If no Itanium machines are present, this can be ignored entirely.
+
=back
=back