summaryrefslogtreecommitdiffstats
path: root/kickstarts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-03 18:18:58 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-04-03 18:18:58 -0400
commit9fe68fb4b0befc4a0692ebe21a4d6492bf0d654b (patch)
treee33fbcd1ee18f18f9d00a8c45f10d2076cb3925a /kickstarts
parent97b9c3735f4cd4f421e2226e413a924517b8f968 (diff)
downloadthird_party-cobbler-9fe68fb4b0befc4a0692ebe21a4d6492bf0d654b.tar.gz
third_party-cobbler-9fe68fb4b0befc4a0692ebe21a4d6492bf0d654b.tar.xz
third_party-cobbler-9fe68fb4b0befc4a0692ebe21a4d6492bf0d654b.zip
Add preliminary support for RHEL5 tree management. This is rather
complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add).
Diffstat (limited to 'kickstarts')
-rw-r--r--kickstarts/kickstart_fc6_domU.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstarts/kickstart_fc6_domU.ks b/kickstarts/kickstart_fc6_domU.ks
index d480985..bbfafb0 100644
--- a/kickstarts/kickstart_fc6_domU.ks
+++ b/kickstarts/kickstart_fc6_domU.ks
@@ -23,6 +23,7 @@ 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