summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-01 16:52:15 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-01 16:52:15 -0400
commitc17cb22e2ed8cd736addf88fed4e31fc9aa84cd1 (patch)
treed63bf4d19e0dc33603c7241246bea4c81913701e /kickstarts
parentb224f84192a80648e99cdce89d296487931ce811 (diff)
downloadcobbler-c17cb22e2ed8cd736addf88fed4e31fc9aa84cd1.tar.gz
cobbler-c17cb22e2ed8cd736addf88fed4e31fc9aa84cd1.tar.xz
cobbler-c17cb22e2ed8cd736addf88fed4e31fc9aa84cd1.zip
Add func integration feature for easy setup of func minions from cobbler.
Also add missing makefile for the system cloning feature.
Diffstat (limited to 'kickstarts')
-rw-r--r--kickstarts/sample.ks2
-rw-r--r--kickstarts/sample_end.ks2
2 files changed, 4 insertions, 0 deletions
diff --git a/kickstarts/sample.ks b/kickstarts/sample.ks
index 6a4c4c26..904fa10b 100644
--- a/kickstarts/sample.ks
+++ b/kickstarts/sample.ks
@@ -45,9 +45,11 @@ $kickstart_start
SNIPPET::pre_partition_select
%packages
+$func_install_if_enabled
%post
$yum_config_stanza
SNIPPET::post_install_kernel_options
+$func_register_if_enabled
$kickstart_done
diff --git a/kickstarts/sample_end.ks b/kickstarts/sample_end.ks
index daf3b3af..5ed67641 100644
--- a/kickstarts/sample_end.ks
+++ b/kickstarts/sample_end.ks
@@ -50,10 +50,12 @@ $kickstart_start
%end
%packages
+$func_install_if_enabled
%end
%post
$yum_config_stanza
SNIPPET::post_install_kernel_options
+$func_register_if_enabled
$kickstart_done
%end