From d5295e872079daa619ffeb24c881be6655716ef1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 14 Sep 2007 18:40:21 -0400 Subject: Kickstart listing is back in the WUI, with a backend method to get the exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values. --- docs/cobbler.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/cobbler.pod') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index 2b3e00f..44ac200 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -116,10 +116,13 @@ the name of a previously defined cobbler distribution =item kickstart -Local filesystem path to a kickstart file. +Local filesystem path to a kickstart file. http:// URLs (even CGI's) are also accepted, but a local file path is recommended, so that the kickstart templating engine can be taken advantage of. If this parameter is not provided, the kickstart file will default to /etc/cobbler/default.ks. This file is initially blank, meaning default kickstarts are not automated "out of the box". Admins can change the default.ks if they desire.. +When using kickstart files, they can be placed anywhere on the filesystem, but the recommended path is /var/lib/cobbler/kickstarts. + + =item virt-file-size (optional) (Virt-only) how large the disk image should be in gigabytes. The default is "5". -- cgit