summaryrefslogtreecommitdiffstats
path: root/kickstarts/kickstart_fc5.ks
diff options
context:
space:
mode:
Diffstat (limited to 'kickstarts/kickstart_fc5.ks')
-rw-r--r--kickstarts/kickstart_fc5.ks15
1 files changed, 2 insertions, 13 deletions
diff --git a/kickstarts/kickstart_fc5.ks b/kickstarts/kickstart_fc5.ks
index a7d6cdc..84bd1e2 100644
--- a/kickstarts/kickstart_fc5.ks
+++ b/kickstarts/kickstart_fc5.ks
@@ -34,20 +34,9 @@ timezone America/New_York
install
# Clear the Master Boot Record
zerombr
-# Magically figure out how to partition this thing
-%include /tmp/partinfo
-
-%pre
-# Determine how many drives we have
-set \$(list-harddrives)
-let numd=\$#/2
-d1=\$1
-d2=\$3
-cat << EOF >> /tmp/partinfo
-part / --fstype ext3 --size=1024 --grow --ondisk=\$d1 --asprimary
-part swap --size=1024 --ondisk=\$d1 --asprimary
-EOF
+# Magically figure out how to partition this thing
+SNIPPET::partition_select
%packages