From dd784b3a8b1913b481bb27930f581206f3e0658e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 4 Jan 2008 18:27:29 -0500 Subject: Apply euclid's patch to allow import to take a --kickstart parameter --- docs/cobbler.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index b20e62c..ea22bbd 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -597,6 +597,8 @@ By default, the rsync operations will exclude PPC content, debug RPMs, and ISO i Note that all of the import commands will mirror install tree content into /var/www/cobbler unless a network accessible location is given with --available-as. --available-as will be primarily used when importing distros stored on an external NAS box, or potentially on another partition on the same machine that is already accessible via http:// or ftp://. +Should you want to force the usage of a specific cobbler kickstart template for all profiles created by an import, you can feed the option --kicksart to import. + =head2 DEFAULT PXE BOOT BEHAVIOR What happens when PXE booting a system when cobbler has no record of the system being booted? -- cgit