From a3c38cd3d48bb6935c27fd3857624ba249b7c7f1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 19 Aug 2008 15:47:55 -0400 Subject: Add --kopts-post to docs --- docs/cobbler.pod | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index e0462a3e..9444add1 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -54,7 +54,7 @@ If there is an rsync mirror, DVD, NFS, or filesystem tree available that you wou If you want to be explicit with distribution definition, however, here's how it works: -B +B =over @@ -73,9 +73,20 @@ An absolute filesystem path to a initrd image =item kopts Sets kernel command-line arguments that the distro, and profiles/systems dependant -on it, will use. +on it, will use. To remove a kernel argument that may be added by a higher cobbler object +(or in the global settings), you can prefix it with a "!". -Example: --kopts="foo=bar baz=3 asdf" +Example: --kopts="foo=bar baz=3 asdf !gulp" + +This example passes the arguments "foo=bar baz=3 asdf" but will make sure "gulp" is not passed even +if it was requested at a level higher up in the cobbler configuration. + +=item kopts-post + +This is just like --kopts, though it governs kernel options on the installed OS, as opposed to +kernel options fed to the installer. The syntax is exactly the same. + +Example: "noapic" =item arch -- cgit