summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-09-12 17:10:54 -0400
commitb4c005d8b759dddcc75a80e21a0201512277434c (patch)
treef2e4e7cfbd4bc8b89c58a5c0dd890ad00fbd86c7 /docs
parent55dc4e5f09ef7e58ac7e4dc7f775d37f788f8122 (diff)
downloadcobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.gz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.tar.xz
cobbler-b4c005d8b759dddcc75a80e21a0201512277434c.zip
Add Javier P's patch to add "cobbler import" support for Debian. Also tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index d48b85f3..7c2585ad 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -485,7 +485,7 @@ B<cobbler distro add --name=rhel4u3 --kernel=/dir1/vmlinuz --initrd=/dir1/initrd
B<cobbler distro add --name=fc5 --kernel=/dir2/vmlinuz --initrd=/dir2/initrd.img>
-B<cobbler profile add --name=fc5webservers --distro=fc5-i386 --kickstart=/dir4/kick.ks --kopts="something_to_make_my_gfx_card_work=42,some_other_parameter=foo">
+B<cobbler profile add --name=fc5webservers --distro=fc5-i386 --kickstart=/dir4/kick.ks --kopts="something_to_make_my_gfx_card_work=42 some_other_parameter=foo">
B<cobbler profile add --name=rhel4u3dbservers --distro=rhel4u3 --kickstart=/dir5/kick.ks>