summaryrefslogtreecommitdiffstats
path: root/kickstart_fc5.ks
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart_fc5.ks')
-rw-r--r--kickstart_fc5.ks6
1 files changed, 3 insertions, 3 deletions
diff --git a/kickstart_fc5.ks b/kickstart_fc5.ks
index d13b034..4de0f30 100644
--- a/kickstart_fc5.ks
+++ b/kickstart_fc5.ks
@@ -16,7 +16,7 @@ keyboard us
# System language
lang en_US
# Use network installation
-url --url=TEMPLATE::tree
+url --url=$tree
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
@@ -52,6 +52,6 @@ part swap --size=1024 --ondisk=\$d1 --asprimary
%packages
%post
-TEMPLATE::yum_config_stanza
-TEMPLATE::kickstart_done
+$yum_config_stanza
+$kickstart_done