Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 484248 Details for
Bug 684742
glibc dynamic library loading bug causes installs to fail
Home
New
Search
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.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
sanitized kickstart
Fedora-15-i386-minimal (text/plain), 2.41 KB, created by
Jakub Hrozek
on 2011-03-14 16:28:35 UTC
(
hide
)
Description:
sanitized kickstart
Filename:
MIME Type:
Creator:
Jakub Hrozek
Created:
2011-03-14 16:28:35 UTC
Size:
2.41 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 --enabled --port=22:tcp ># Run the Setup Agent on first boot >firstboot --disable ># System keyboard >keyboard us ># System language >lang en_US ># Use network installation >url --url=http://MIRROR_URL/pub/fedora/linux/development/15/i386/os/ ># If any cobbler repo definitions were referenced in the kickstart profile, include them here. >repo --name=Fedora-15-i386-development --baseurl=http://MIRROR_URL/pub/fedora/linux/development/15/i386/os/ > ># Network information >network --bootproto=dhcp --device=eth0 --nameserver=NAMESERVER --onboot=on --dhcpclass=ipa-lab-vms > ># Reboot after installation >reboot > >#Root password >rootpw OBFUSCATED ># SELinux configuration >selinux --disabled ># Do not configure the X Window System unless we are installing the desktop ># profile >skipx > ># System timezone >timezone America/New_York --utc ># Install OS instead of upgrade >install ># Clear the Master Boot Record >zerombr ># Custom partitioning - different for F15 because of https://bugzilla.redhat.com/show_bug.cgi?id=680129 >part /boot --fstype ext3 --size=150 >part / --fstype ext3 --size=1024 --grow > >%pre >set -x -v >exec 1>/tmp/ks-pre.log 2>&1 > ># Once root's homedir is there, copy over the log. >while : ; do > sleep 10 > if [ -d /mnt/sysimage/root ]; then > cp /tmp/ks-pre.log /mnt/sysimage/root/ > logger "Copied %pre section log to system" > break > fi >done & > > >wget "http://MIRROR/cblr/svc/op/trig/mode/pre/profile/Fedora-15-i386-minimal" -O /dev/null > >echo "send vendor-class-identifier \"ipa-lab-vms\";" >> /etc/dhclient-eth0.conf ># BZ #468436 >rm -f /etc/dhcp/dhclient-eth0.conf >echo "send vendor-class-identifier \"ipa-lab-vms\";" >> /etc/dhcp/dhclient-eth0.conf > ># Enable installation monitoring > > >%packages --nobase >@core >yum-utils >sudo >audit >openssh-server >openssh-clients >iptables >mc >vim-enhanced >tcsh >acpid ># These are needed for NFS home dirs >nfs-utils >portreserve >autofs ># Needed in %post >wget ># Needed for --replace-self for systems >koan ># Remove unnecessary desktop crap >-alsa-lib >-cairo >-fedora-release-notes >-gtk2 >-ghostscript >-ghostscript-fonts >-redhat-lsb >-qt3 ># WORKAROUND - FIXME >-selinux-policy-targeted >-selinux-policy > > > > > >%end > >%post >SANITIZED >%end
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 684742
:
484229
| 484248 |
484249
|
484257