summaryrefslogtreecommitdiffstats
path: root/kickstart_fc6.ks
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart_fc6.ks')
-rw-r--r--kickstart_fc6.ks8
1 files changed, 4 insertions, 4 deletions
diff --git a/kickstart_fc6.ks b/kickstart_fc6.ks
index b696e9e..f656691 100644
--- a/kickstart_fc6.ks
+++ b/kickstart_fc6.ks
@@ -16,9 +16,9 @@ keyboard us
# System language
lang en_US
# Use network installation
-url --url=TEMPLATE::tree
+url --url=$tree
# If any cobbler repo definitions were referenced in the kickstart profile, include them here.
-TEMPLATE::yum_repo_stanza
+$yum_repo_stanza
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
@@ -54,6 +54,6 @@ part swap --size=1024 --ondisk=\$d1 --asprimary
%packages
%post
-TEMPLATE::yum_config_stanza
-TEMPLATE::kickstart_done
+$yum_config_stanza
+$kickstart_done