summaryrefslogtreecommitdiffstats
path: root/kickstarts
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
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')
-rw-r--r--kickstarts/kickstart_fc6_domU.ks41
-rw-r--r--kickstarts/legacy.ks (renamed from kickstarts/kickstart_fc5.ks)0
-rw-r--r--kickstarts/sample.ks (renamed from kickstarts/kickstart_fc6.ks)0
3 files changed, 0 insertions, 41 deletions
diff --git a/kickstarts/kickstart_fc6_domU.ks b/kickstarts/kickstart_fc6_domU.ks
deleted file mode 100644
index 14eccb2..0000000
--- a/kickstarts/kickstart_fc6_domU.ks
+++ /dev/null
@@ -1,41 +0,0 @@
-# DomU kickstart for Fedora Server Spin
-# Installs 142 packages / 560MB
-# Tested with FC6
-
-install
-reboot
-url --url=$tree
-
-lang en_US.UTF-8
-keyboard us
-xconfig --driver "fbdev" --resolution 800x600 --depth 24
-network --device eth0 --bootproto dhcp
-rootpw --iscrypted \$1\$mF86/UHC\$WvcIcX2t6crBz2onWxyac.
-firewall --enabled --port=22:tcp
-authconfig --enableshadow --enablemd5
-selinux --disabled
-timezone --utc America/New_York
-bootloader --location=mbr --driveorder=xvda --append="rhgb quiet"
-
-clearpart --all --initlabel --drives=xvda
-part /boot --fstype ext3 --size=100 --ondisk=xvda
-part pv.2 --size=0 --grow --ondisk=xvda
-volgroup domu --pesize=32768 pv.2
-logvol / --fstype ext3 --name=lv00 --vgname=domu --size=1024 --grow
-logvol swap --fstype swap --name=lv01 --vgname=domu --size=272 --grow --maxsize=544
-$yum_repo_stanza
-
-%packages --nobase
-crontabs
-dhclient
-dhcpv6_client
-nfs-utils
-openssh-clients
-openssh-server
-yum
-wget
-
-%post
-$yum_config_stanza
-$kickstart_done
-
diff --git a/kickstarts/kickstart_fc5.ks b/kickstarts/legacy.ks
index 84bd1e2..84bd1e2 100644
--- a/kickstarts/kickstart_fc5.ks
+++ b/kickstarts/legacy.ks
diff --git a/kickstarts/kickstart_fc6.ks b/kickstarts/sample.ks
index 5208ed7..5208ed7 100644
--- a/kickstarts/kickstart_fc6.ks
+++ b/kickstarts/sample.ks