summaryrefslogtreecommitdiffstats
path: root/kickstarts/kickstart_fc6.ks
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-20 15:32:52 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-20 15:32:52 -0500
commit6fc697a71cf29ad66b0e2324998c35b0adbdbff9 (patch)
tree73dc42ba39eb818468016c106b7eb1c92eb8c626 /kickstarts/kickstart_fc6.ks
parent09c46080ceb1b933c85db6f23621e40854f0972a (diff)
downloadthird_party-cobbler-6fc697a71cf29ad66b0e2324998c35b0adbdbff9.tar.gz
third_party-cobbler-6fc697a71cf29ad66b0e2324998c35b0adbdbff9.tar.xz
third_party-cobbler-6fc697a71cf29ad66b0e2324998c35b0adbdbff9.zip
Rename some templates, remove proxy logic that is not necc. for new performance
plans, remove watcher.py reference
Diffstat (limited to 'kickstarts/kickstart_fc6.ks')
-rw-r--r--kickstarts/kickstart_fc6.ks48
1 files changed, 0 insertions, 48 deletions
diff --git a/kickstarts/kickstart_fc6.ks b/kickstarts/kickstart_fc6.ks
deleted file mode 100644
index 5208ed7..0000000
--- a/kickstarts/kickstart_fc6.ks
+++ /dev/null
@@ -1,48 +0,0 @@
-#platform=x86, AMD64, or Intel EM64T
-# System authorization information
-auth --useshadow --enablemd5
-# System bootloader configuration
-bootloader --location=mbr
-# Partition clearing information
-clearpart --all --initlabel
-# Use text mode install
-text
-# Firewall configuration
-firewall --enabled
-# Run the Setup Agent on first boot
-firstboot --disable
-# System keyboard
-keyboard us
-# System language
-lang en_US
-# Use network installation
-url --url=$tree
-# If any cobbler repo definitions were referenced in the kickstart profile, include them here.
-$yum_repo_stanza
-# Network information
-network --bootproto=dhcp --device=eth0 --onboot=on
-# Reboot after installation
-reboot
-
-#Root password
-rootpw --iscrypted \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
-# SELinux configuration
-selinux --disabled
-# Do not configure the X Window System
-skipx
-# System timezone
-timezone America/New_York
-# Install OS instead of upgrade
-install
-# Clear the Master Boot Record
-zerombr
-
-# Magically figure out how to partition this thing
-SNIPPET::partition_select
-
-%packages
-
-%post
-$yum_config_stanza
-$kickstart_done
-