summaryrefslogtreecommitdiffstats
path: root/kickstarts/sample_end.ks
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-07-29 16:36:21 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-07-29 16:36:21 -0400
commit88fb7a130be2306839f21773419a04682d8b08ad (patch)
treea10bbdca1662ab38beffeb0a4959a0d39d9565c6 /kickstarts/sample_end.ks
parent454c4bd2cbde16ba8772be5b4027c5543b2663f9 (diff)
downloadcobbler-88fb7a130be2306839f21773419a04682d8b08ad.tar.gz
cobbler-88fb7a130be2306839f21773419a04682d8b08ad.tar.xz
cobbler-88fb7a130be2306839f21773419a04682d8b08ad.zip
Splitting partition_select snippet into two parts to reduce confusion.
These do not include a pre block. Old one still ships for backwards compat.
Diffstat (limited to 'kickstarts/sample_end.ks')
-rw-r--r--kickstarts/sample_end.ks5
1 files changed, 4 insertions, 1 deletions
diff --git a/kickstarts/sample_end.ks b/kickstarts/sample_end.ks
index b856a3d0..d44df38c 100644
--- a/kickstarts/sample_end.ks
+++ b/kickstarts/sample_end.ks
@@ -42,7 +42,10 @@ install
zerombr
# Magically figure out how to partition this thing
-SNIPPET::partition_select
+SNIPPET::main_partition_select
+%pre
+SNIPPET::pre_partition_select
+
$kickstart_start