diff options
-rw-r--r-- | genome-respin/cobbler/Cloud.ks | 88 | ||||
-rw-r--r-- | genome-respin/cobbler/F8.ks | 65 | ||||
-rw-r--r-- | genome-respin/cobbler/Fedora-i386.repos | 22 | ||||
-rw-r--r-- | genome-respin/cobbler/Genome.ks | 62 | ||||
-rw-r--r-- | genome-respin/docs/genome-respin.pod | 8 | ||||
-rw-r--r-- | genome-respin/genome-respin.spec | 2 | ||||
-rw-r--r-- | genome-respin/repo/conf.d/cloud-ks.cfg | 74 | ||||
-rw-r--r-- | genome-respin/repo/conf.d/genome-f8-i386.conf | 12 | ||||
-rw-r--r-- | genome-respin/repo/conf.d/genome-f8-x86_64.conf | 91 | ||||
-rw-r--r-- | genome-respin/repo/conf.d/genome-ks.cfg | 10 | ||||
-rw-r--r-- | genome-respin/repo/genome.conf | 210 |
11 files changed, 117 insertions, 527 deletions
diff --git a/genome-respin/cobbler/Cloud.ks b/genome-respin/cobbler/Cloud.ks deleted file mode 100644 index b3fdbf8..0000000 --- a/genome-respin/cobbler/Cloud.ks +++ /dev/null @@ -1,88 +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 --disabled -# Network Manager breaks networking on F8 -services --disabled=NetworkManager -# Run the Setup Agent on first boot -firstboot --disable -# System keyboard -keyboard us -# System language -lang en_US -# Use network installation -url --url=$tree -key --skip - -# If any cobbler repo definitions were referenced in the kickstart profile, include them here. -# TODO: replace this with $yum_repo_stanza -$yum_repo_stanza - -# Network information -network --bootproto=dhcp --device=eth0 --onboot=on --noipv6 -# Reboot after installation -reboot - -#Root password -rootpw --iscrypted $1$z8ATNbdx$URqSRM3RkCgBCTIKD4Z3W. -# 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 - -# Setup LVM for the Cloud machines -clearpart --all --initlabel -partition /boot --fstype=ext3 --size=200 -partition pv.01 --size=10240 -partition pv.02 --size=10240 --grow -volgroup HostVolGroup00 pv.01 -volgroup HostVolGroupImages pv.02 -logvol swap --fstype swap --name=Swap --vgname=HostVolGroup00 --size=2048 -logvol / --fstype ext3 --name=Root --vgname=HostVolGroup00 --size=10240 --grow -logvol /images --fstype ext3 --name=Images --vgname=HostVolGroupImages --size=10240 --grow - -%pre -# Auto partitioning -SNIPPET::partition_select -$kickstart_start - -%packages -kernel-xen -xen -libvirt -koan -git -rubygem-cloudmasterd - -%post -# Set the certmaster in the minion configuration -sed -i "s/certmaster = certmaster/certmaster = $certmaster/g" /etc/certmaster/minion.conf - -# Turn on autosigning for func masters by default -if [ "$certmaster" == "localhost" ]; then - sed -i "s/autosign = no/autosign = yes/g" /etc/certmaster/certmaster.conf -fi - -# Chkconfig the cloudmasterd service for the cloud masters -if [ "$certmaster" == "localhost" ]; then - /sbin/chkconfig --add cloudmasterd - /sbin/chkconfig cloudmasterd on - /sbin/chkconfig --add httpd - /sbin/chkconfig httpd on -fi - -$yum_config_stanza -$kickstart_done diff --git a/genome-respin/cobbler/F8.ks b/genome-respin/cobbler/F8.ks deleted file mode 100644 index a6f42d0..0000000 --- a/genome-respin/cobbler/F8.ks +++ /dev/null @@ -1,65 +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 --disabled -# Run the Setup Agent on first boot -firstboot --disable -# Network Manager breaks networking on F8 -services --disabled=NetworkManager -# System keyboard -keyboard us -# System language -lang en_US -# Use network installation -url --url=$tree -key --skip - -# 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 --noipv6 -# Reboot after installation -reboot - -#Root password -rootpw --iscrypted $1$z8ATNbdx$URqSRM3RkCgBCTIKD4Z3W. -# 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 -%include /tmp/partinfo - -%pre -# Auto partitioning -SNIPPET::partition_select -$kickstart_start - -%packages -git-core -puppet -genome-firstboot - -%post -FIRSTBOOT_CFG=/etc/sysconfig/genome-firstboot -echo RUN_BOOTSTRAP=YES > $FIRSTBOOT_CFG -echo export GENOME_REPO=$genome_repo >> $FIRSTBOOT_CFG -echo export FQDN=$fqdn >> $FIRSTBOOT_CFG - -$yum_config_stanza -$kickstart_done diff --git a/genome-respin/cobbler/Fedora-i386.repos b/genome-respin/cobbler/Fedora-i386.repos index 8a5d0ed..6b0f1c7 100644 --- a/genome-respin/cobbler/Fedora-i386.repos +++ b/genome-respin/cobbler/Fedora-i386.repos @@ -42,13 +42,13 @@ rpm_list: '' yumopts: {} - - arch: '' + arch: x86_64 createrepo_flags: -c cache depth: 2 - keep_updated: True - mirror: 'http://localhost/cobbler/repo_mirror/f8-genome-noarch' - mirror_locally: 1 - name: f8-genome-noarch + keep_updated: False + mirror: 'http://download.fedora.redhat.com/pub/epel/5/x86_64/' + mirror_locally: 0 + name: epel5-x86_64 owners: - admin parent: '' @@ -56,13 +56,13 @@ rpm_list: '' yumopts: {} - - arch: x86_64 + arch: '' createrepo_flags: -c cache depth: 2 - keep_updated: False - mirror: 'http://download.fedora.redhat.com/pub/epel/5/x86_64/' - mirror_locally: 0 - name: epel5-x86_64 + keep_updated: True + mirror: 'http://ftp.redhat.com/pub/redhat/genome/repos/f8-genome-noarch' + mirror_locally: 1 + name: f8-genome-noarch owners: - admin parent: '' @@ -74,7 +74,7 @@ createrepo_flags: -c cache depth: 2 keep_updated: True - mirror: 'http://localhost/cobbler/repo_mirror/f8-genome-i386' + mirror: 'http://ftp.redhat.com/pub/redhat/genome/f8-genome-i386' mirror_locally: 1 name: f8-genome-i386 owners: diff --git a/genome-respin/cobbler/Genome.ks b/genome-respin/cobbler/Genome.ks deleted file mode 100644 index 8866eaa..0000000 --- a/genome-respin/cobbler/Genome.ks +++ /dev/null @@ -1,62 +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 --disabled -# Network Manager breaks networking on F8 -services --disabled=NetworkManager -# Run the Setup Agent on first boot -firstboot --disable -# System keyboard -keyboard us -# System language -lang en_US -# Use network installation -url --url=$tree -key --skip - -# If any cobbler repo definitions were referenced in the kickstart profile, include them here. -# TODO: replace this with $yum_repo_stanza -$yum_repo_stanza - -# Network information -network --bootproto=dhcp --device=eth0 --onboot=on -# Reboot after installation -reboot - -#Root password -rootpw --iscrypted $1$z8ATNbdx$URqSRM3RkCgBCTIKD4Z3W. -# 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 -%include /tmp/partinfo - -%pre -# Auto partitioning -SNIPPET::partition_select -$kickstart_start - -%packages -genome-repo - -%post -$yum_config_stanza -$kickstart_done - -/sbin/chkconfig --add genome-repo-bootstrap -/sbin/chkconfig genome-repo-bootstrap on diff --git a/genome-respin/docs/genome-respin.pod b/genome-respin/docs/genome-respin.pod index 35a2276..41495f8 100644 --- a/genome-respin/docs/genome-respin.pod +++ b/genome-respin/docs/genome-respin.pod @@ -1,15 +1,17 @@ =head1 NAME -Genome Respin -- Revisor based respins of the Genome Repository Distributions +Genome Respin -- Revisor based respins of the Genome Distributions =head1 SYNOPSIS Note: We strongly recommend installing yum-fastestmirror to detect the fastest mirror from which to obtain the distributions -revisor --cli --yes --config /etc/revisor/genome.conf --model genome-f8-i386 +Example to build a Genome respin: + revisor --cli --yes --config /etc/revisor/genome.conf --model genome-f8-i386 -revisor --cli --yes --config /etc/revisor/genome.conf --model genome-f8-x86_64 +Example to build a Cloud respin: + revisor --cli --yes --config /etc/revisor/genome.conf --model cloud-f8-i386 =head1 DESCRIPTION diff --git a/genome-respin/genome-respin.spec b/genome-respin/genome-respin.spec index 8781e1f..653a673 100644 --- a/genome-respin/genome-respin.spec +++ b/genome-respin/genome-respin.spec @@ -40,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/genome-respin.1.gz /etc/revisor/genome.conf /etc/revisor/conf.d/genome-ks.cfg +/etc/revisor/conf.d/cloud-ks.cfg /etc/revisor/conf.d/genome-f8-i386.conf -/etc/revisor/conf.d/genome-f8-x86_64.conf %doc diff --git a/genome-respin/repo/conf.d/cloud-ks.cfg b/genome-respin/repo/conf.d/cloud-ks.cfg new file mode 100644 index 0000000..5081007 --- /dev/null +++ b/genome-respin/repo/conf.d/cloud-ks.cfg @@ -0,0 +1,74 @@ +#platform=x86, AMD64, or Intel EM64T +# System authorization information +auth --useshadow --enablemd5 +# System bootloader configuration +bootloader --location=mbr +# Use text install +text +# Firewall configuration +firewall --disabled +# Run the Setup Agent on first boot +firstboot --disable +# Network Manager breaks networking on F8 +services --disabled=NetworkManager +# System keyboard +keyboard us +# System language +lang en_US +# Use CDROM installation media +cdrom +# Network information +network --bootproto=dhcp --device=eth0 --onboot=on +# Reboot after installation +reboot --eject +# Root password +rootpw password + +# SELinux configuration +selinux --disabled +# Skip X Configuration +skipx +# System timezone +timezone America/New_York +# Install OS instead of upgrade +install + +# Clear the Master Boot Record +zerombr +# Partition clearing information +clearpart --all --initlabel +partition /boot --fstype=ext3 --size=200 +partition swap --size=2000 +partition pv.01 --size=1000 --grow +volgroup HostVolGroup00 pv.01 +logvol swap --fstype swap --name=Swap --vgname=HostVolGroup00 --size=1024 +logvol / --fstype ext3 --name=Root --vgname=HostVolGroup00 --size=10240 --grow +logvol /home --fstype ext3 --name=Home --vgname=HostVolGroup00 --size=2048 + +%packages +kernel-xen +vim-enhanced +yum +-yum-updatesd +rubygem-cloudmasterd + +%post +# REMOVE: Faking out the public hostname +echo "10.11.227.63 ftp.redhat.com" >> /etc/hosts + +# Identify this machine as a cloud respin +/bin/touch /etc/sysconfig/cloud-respin + +# Set the certmaster in the minion configuration +sed -i "s/certmaster = certmaster/certmaster = localhost/g" /etc/certmaster/minion.conf + +# Turn on autosigning +sed -i "s/autosign = no/autosign = yes/g" /etc/certmaster/certmaster.conf + +# Chkconfig the cloudmasterd and httpd services +/sbin/chkconfig --add cloudmasterd +/sbin/chkconfig cloudmasterd on +/sbin/chkconfig --add httpd +/sbin/chkconfig httpd on + +%end diff --git a/genome-respin/repo/conf.d/genome-f8-i386.conf b/genome-respin/repo/conf.d/genome-f8-i386.conf index 05d4324..defb39c 100644 --- a/genome-respin/repo/conf.d/genome-f8-i386.conf +++ b/genome-respin/repo/conf.d/genome-f8-i386.conf @@ -14,9 +14,15 @@ plugins=0 metadata_expire=15 installroot=/var/tmp/revisor -[genome] -name=Genome -baseurl=http://oss1-repo.usersys.redhat.com/cobbler/repo_mirror/f8-genome-noarch +[f8-genome-noarch] +name=f8-genome-noarch +baseurl=http://ftp.redhat.com/pub/redhat/genome/repos/f8-genome-noarch +enabled=1 +gpgcheck=0 + +[f8-genome-i386] +name=f8-genome-i386 +baseurl=http://ftp.redhat.com/pub/redhat/genome/repos/f8-genome-i386 enabled=1 gpgcheck=0 diff --git a/genome-respin/repo/conf.d/genome-f8-x86_64.conf b/genome-respin/repo/conf.d/genome-f8-x86_64.conf deleted file mode 100644 index 7680034..0000000 --- a/genome-respin/repo/conf.d/genome-f8-x86_64.conf +++ /dev/null @@ -1,91 +0,0 @@ -[main] -cachedir=-yumcache -reposdir= -keepcache=1 -debuglevel=1 -logfile=revisor-yum.log -pkgpolicy=newest -distroverpkg=redhat-release -tolerant=1 -exactarch=1 -obsoletes=1 -gpgcheck=1 -plugins=0 -metadata_expire=15 -installroot=/var/tmp/revisor - -[genome] -name=Genome -baseurl=http://oss1-repo.usersys.redhat.com/cobbler/repo_mirror/f8-genome-noarch -enabled=1 -gpgcheck=0 - -[fedora] -name=Fedora 8 - Werewolf - x86_64 -#baseurl=http://localrepo/fedora/releases/8/Everything/x86_64/os/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-8&arch=x86_64 -enabled=1 -gpgcheck=1 - -[fedora-debuginfo] -name=Fedora 8 - Werewolf - Debug - x86_64 -#baseurl=http://localrepo/fedora/releases/8/Everything/x86_64/debug/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-8&arch=x86_64 -enabled=0 -gpgcheck=1 - -[fedora-source] -name=Fedora 8 - Werewolf - Source -#baseurl=http://localrepo/fedora/releases/8/Everything/source/SRPMS/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-8&arch=x86_64 -enabled=0 -gpgcheck=1 - -[updates] -name=Fedora 8 - x86_64 - Updates -#baseurl=http://localrepo/fedora/updates/8/x86_64/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f8&arch=x86_64 -enabled=1 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora - -[updates-debuginfo] -name=Fedora 8 - x86_64 - Updates - Debug -#baseurl=http://localrepo/fedora/updates/8/x86_64/debug/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f8&arch=x86_64 -enabled=0 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora - -[updates-source] -name=Fedora 8 - Updates Source -#baseurl=http://localrepo/fedora/updates/8/SRPMS/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f8&arch=x86_64 -enabled=0 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora - -[updates-testing] -name=Fedora 8 - x86_64 - Test Updates -#baseurl=http://localrepo/fedora/updates/testing/8/x86_64/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f8&arch=x86_64 -enabled=0 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test - -[updates-testing-debuginfo] -name=Fedora 8 - x86_64 - Test Updates Debug -#baseurl=http://localrepo/fedora/updates/testing/8/x86_64/debug/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f8&arch=x86_64 -enabled=0 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test - -[updates-testing-source] -name=Fedora 8 - Test Updates Source -#baseurl=http://localrepo/fedora/updates/testing/8/SRPMS/ -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-source-f8&arch=x86_64 -enabled=0 -gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test - diff --git a/genome-respin/repo/conf.d/genome-ks.cfg b/genome-respin/repo/conf.d/genome-ks.cfg index ef9f369..afb084b 100644 --- a/genome-respin/repo/conf.d/genome-ks.cfg +++ b/genome-respin/repo/conf.d/genome-ks.cfg @@ -47,15 +47,21 @@ logvol /home --fstype ext3 --name=Home --vgname=HostVolGroup00 --size=2048 %packages kernel -kernel-devel vim-enhanced yum -yum-updatesd genome-repo +rubygem-genome-bootstrap %post +# REMOVE: Faking out the public hostname +echo "10.11.227.63 ftp.redhat.com" >> /etc/hosts + +# Identify this machine as a Genome respin +/bin/touch /etc/sysconfig/genome-respin + +# Chkconfig the bootstrap script /sbin/chkconfig --add genome-repo-bootstrap /sbin/chkconfig genome-repo-bootstrap on -/bin/touch /etc/sysconfig/genome-respin %end diff --git a/genome-respin/repo/genome.conf b/genome-respin/repo/genome.conf index f21fe15..a3417c5 100644 --- a/genome-respin/repo/genome.conf +++ b/genome-respin/repo/genome.conf @@ -7,7 +7,8 @@ # Types of Installation Media to build media_installation_dvd=1 -media_installation_cd=0 +media_installation_cd=1 + # Types of Live Media to build media_live_optical=0 media_live_thumb=0 @@ -39,209 +40,16 @@ kickstart_file=/etc/revisor/conf.d/genome-ks.cfg iso_label=Genome iso_basename=Genome -[genome-f8-x86_64] -main = /etc/revisor/conf.d/genome-f8-x86_64.conf -product_name = Genome +[cloud-f8-i386] +main = /etc/revisor/conf.d/genome-f8-i386.conf +product_name = Cloud product_path = Packages comps = /usr/share/revisor/comps/comps-f8.xml -architecture = x86_64 +architecture = i386 version = 8 getsource = 0 kickstart_include=1 kickstart_default=1 -kickstart_file=/etc/revisor/conf.d/genome-ks.cfg -iso_label=Genome -iso_basename=Genome - -[fc6-i386] -# Point here to the yum configuration file -# Remember to use a yum configuration file with expanded -# $basearch and $releasever variables -main = /etc/revisor/conf.d/revisor-fc6-i386.conf - -# Installation Media specific settings -# Set the product name -product_name = Fedora Core - -# Set the product path -product_path = Fedora - -# The base name for the ISO -iso_basename = FC - -# The comps file to use -comps = /usr/share/revisor/comps/comps-fc6.xml - -# The architecture to use for this model -architecture = i386 - -# The version number -version = 6 - -# Whether to include the creation of source media -# 0 = No -# 1 = Yes -getsource = 0 - -## End of fc-i386 model - -[fc6-x86_64] -main = /etc/revisor/conf.d/revisor-fc6-x86_64.conf -product_name = Fedora Core -product_path = Fedora -iso_basename = FC -comps = /usr/share/revisor/comps/comps-fc6.xml -architecture = x86_64 -version = 6 -getsource = 0 - -[fc6-ppc] -main = /etc/revisor/conf.d/revisor-fc6-ppc.conf -product_name = Fedora Core -product_path = Fedora -iso_basename = FC -comps = /usr/share/revisor/comps/comps-fc6.xml -architecture = ppc -version = 6 -getsource = 0 - -[f7-i386] -main = /etc/revisor/conf.d/revisor-f7-i386.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f7.xml -architecture = i386 -version = 7 -getsource = 0 - -[f7-x86_64] -main = /etc/revisor/conf.d/revisor-f7-x86_64.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f7.xml -architecture = x86_64 -version = 7 -getsource = 0 - -[f7-ppc] -main = /etc/revisor/conf.d/revisor-f7-ppc.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f7.xml -architecture = ppc -version = 7 -getsource = 0 - -[f8-i386] -main = /etc/revisor/conf.d/revisor-f8-i386.conf -product_name = Fedora -product_path = Packages -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = i386 -version = 8 -getsource = 0 - -[f8-x86_64] -main = /etc/revisor/conf.d/revisor-f8-x86_64.conf -product_name = Fedora -product_path = Packages -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = x86_64 -version = 8 -getsource = 0 - -[f8-ppc] -main = /etc/revisor/conf.d/revisor-f8-ppc.conf -product_name = Fedora -product_path = Packages -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = ppc -version = 8 -getsource = 0 - -[rawhide-i386] -main = /etc/revisor/conf.d/revisor-rawhide-i386.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = i386 -version = rawhide -getsource = 0 -repos_enabledevelopment=1 -repos_enabletesting=0 -repos_enablesource=0 -repos_enabledebuginfo=0 - -[rawhide-x86_64] -main = /etc/revisor/conf.d/revisor-rawhide-x86_64.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = x86_64 -version = rawhide -getsource = 0 -repos_enabledevelopment=1 -repos_enabletesting=0 -repos_enablesource=0 -repos_enabledebuginfo=0 - -[rawhide-ppc] -main = /etc/revisor/conf.d/revisor-rawhide-ppc.conf -product_name = Fedora -product_path = Fedora -iso_basename = F -comps = /usr/share/revisor/comps/comps-f8.xml -architecture = ppc -version = rawhide -getsource = 0 -repos_enabledevelopment=1 -repos_enabletesting=0 -repos_enablesource=0 -repos_enabledebuginfo=0 - -[c5-i386] -main = /etc/revisor/conf.d/revisor-c5-i386.conf -product_name = CentOS -product_path = CentOS -iso_basename = CentOS -iso_label = CentOS -comps = /usr/share/revisor/comps/comps-c5.xml -architecture = i386 -version = 5 -getsource = 0 -release_pkgs = ^centos-release.* -release_files = eula.txt fedora.css GPL README-BURNING-ISOS-en_US.txt RELEASE-NOTES-en_US.html ^RPM-GPG img images stylesheet-images - -[c5-x86_64] -main = /etc/revisor/conf.d/revisor-c5-x86_64.conf -product_name = CentOS -product_path = CentOS -iso_basename = CentOS -iso_label = CentOS -comps = /usr/share/revisor/comps/comps-c5.xml -architecture = x86_64 -version = 5 -getsource = 0 -release_pkgs = ^centos-release.* -release_files = eula.txt fedora.css GPL README-BURNING-ISOS-en_US.txt RELEASE-NOTES-en_US.html ^RPM-GPG img images stylesheet-images - -[c5-ppc] -main = /etc/revisor/conf.d/revisor-c5-ppc.conf -product_name = CentOS -product_path = CentOS -iso_basename = CentOS -iso_label = CentOS -comps = /usr/share/revisor/comps/comps-c5.xml -architecture = ppc -version = 5 -getsource = 0 -release_pkgs = ^centos-release.* -release_files = eula.txt fedora.css GPL README-BURNING-ISOS-en_US.txt RELEASE-NOTES-en_US.html ^RPM-GPG img images stylesheet-images +kickstart_file=/etc/revisor/conf.d/cloud-ks.cfg +iso_label=Cloud +iso_basename=Cloud |