Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312342 Details for
Bug 456239
stale git packages interferring with latest package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
kickstart
kickstart.cfg (text/plain), 4.03 KB, created by
Brenton Leanhardt
on 2008-07-22 13:27:22 UTC
(
hide
)
Description:
kickstart
Filename:
MIME Type:
Creator:
Brenton Leanhardt
Created:
2008-07-22 13:27:22 UTC
Size:
4.03 KB
patch
obsolete
>#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 ># System keyboard >keyboard us ># System language >lang en_US ># Use network installation >url --url=http://10.11.227.211/cblr/links/RHEL5-U2-xen-i386 >key --skip > ># If any cobbler repo definitions were referenced in the kickstart profile, include them here. >repo --name=RHEL-5-VT-i386 --baseurl=http://genome-internal.usersys.redhat.com/cobbler/ks_mirror/RHEL5-U2-i386/VT/ >repo --name=RHEL-5-internal-i386 --baseurl=http://10.11.227.211/cobbler/repo_mirror/RHEL-5-internal-i386 >repo --name=RHEL-5-genome-noarch --baseurl=http://oss1-repo.usersys.redhat.com/cobbler/repo_mirror/RHEL-5-genome-noarch >repo --name=epel5-i386 --baseurl=http://download.fedora.redhat.com/pub/epel/5/i386/ >repo --name=RHEL-5-genome-i386 --baseurl=http://oss1-repo.usersys.redhat.com/cobbler/repo_mirror/RHEL-5-genome-i386 >repo --name=RHEL-5-internal-noarch --baseurl=http://10.11.227.211/cobbler/repo_mirror/RHEL-5-internal-noarch > > ># 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 >%include /tmp/partinfo > >%pre ># Determine how many drives we have >set $(list-harddrives) >let numd=$#/2 >d1=$1 >d2=$3 > >cat << EOF > /tmp/partinfo >part / --fstype ext3 --size=1024 --grow --ondisk=$d1 --asprimary >part swap --size=1024 --ondisk=$d1 --asprimary >EOF > > > >wget "http://10.11.227.211/cblr/svc/op/trig/mode/pre/system/sherr1-selenium" -O /dev/null > >%packages >git >puppet >genome-firstboot > >%post >FIRSTBOOT_CFG=/etc/sysconfig/genome-firstboot >echo RUN_BOOTSTRAP=YES > $FIRSTBOOT_CFG >echo export GENOME_REPO=dharma.rdu.redhat.com >> $FIRSTBOOT_CFG >echo export FQDN=sherr1-selenium >> $FIRSTBOOT_CFG > >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL5-U2-xen-i386-1.repo" --output-document=/etc/yum.repos.d/RHEL5-U2-xen-i386-1.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL5-U2-xen-i386-0.repo" --output-document=/etc/yum.repos.d/RHEL5-U2-xen-i386-0.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-VT-i386.repo" --output-document=/etc/yum.repos.d/RHEL-5-VT-i386.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL5-U2-xen-i386-2.repo" --output-document=/etc/yum.repos.d/RHEL5-U2-xen-i386-2.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-internal-i386.repo" --output-document=/etc/yum.repos.d/RHEL-5-internal-i386.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-genome-noarch.repo" --output-document=/etc/yum.repos.d/RHEL-5-genome-noarch.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/epel5-i386.repo" --output-document=/etc/yum.repos.d/epel5-i386.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-Server-i386.repo" --output-document=/etc/yum.repos.d/RHEL-5-Server-i386.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-genome-i386.repo" --output-document=/etc/yum.repos.d/RHEL-5-genome-i386.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL5-U2-xen-i386-3.repo" --output-document=/etc/yum.repos.d/RHEL5-U2-xen-i386-3.repo >wget "http://10.11.227.211/cblr/repos_system/sherr1-selenium/RHEL-5-internal-noarch.repo" --output-document=/etc/yum.repos.d/RHEL-5-internal-noarch.repo > > >wget "http://10.11.227.211/cblr/svc/op/ks/system/sherr1-selenium" -O /root/cobbler.ks >wget "http://10.11.227.211/cblr/svc/op/trig/mode/post/system/sherr1-selenium" -O /dev/null
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 456239
: 312342 |
312343