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 639421 Details for
Bug 873740
kickstart individual package selection doesn't work
[?]
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.
anaconda-ks.cfg
anaconda-ks.cfg (text/plain), 2.50 KB, created by
Chris Ricker
on 2012-11-06 15:54:02 UTC
(
hide
)
Description:
anaconda-ks.cfg
Filename:
MIME Type:
Creator:
Chris Ricker
Created:
2012-11-06 15:54:02 UTC
Size:
2.50 KB
patch
obsolete
>#version=DEVEL ># System authorization information >auth --enableshadow ># Install OS instead of upgrade >install ># Use network installation >url --url="http://192.168.240.250/cobbler/ks_mirror/Fedora-18-x86_64" ># Network information >network --bootproto=dhcp >network --hostname=f18test1.sdu.lab ># Reboot after installation >reboot# Use text mode install >text >ignoredisk --only-use=sda ># Keyboard layouts ># old format: keyboard us ># new format: >keyboard --vckeymap=us --xlayouts='us' ># System language >lang en_US.UTF-8 ># Installation logging level >logging --level=info ># Root password >rootpw --plaintext test ># System timezone >timezone America/New_York --isUtc >user --name=localadmin --password=test --uid=1000 ># System bootloader configuration >bootloader --location=mbr --boot-drive=sda ># Clear the Master Boot Record >zerombr ># Partition clearing information >clearpart --all --initlabel ># Disk partitioning information >part /boot --fstype="ext4" --size=500 >part --grow --maxsize=51200 --size=500 >volgroup vg_os --pesize=32768 pv.02 >logvol --grow --maxsize=10240 --size=500 --name=lv_swap --vgname=vg_os >logvol / --fstype="ext4" --grow --maxsize=30720 --size=500 --name=lv_root --vgname=vg_os > >%post >exec < /dev/tty3 > /dev/tty3 >chvt 3 >( >echo "" >echo "" >echo " ==> Beginning Post Install <== " >echo "" >echo " ===> Configuring YUM and adding OpenStack repos <===" >echo "" ># install a package in post to get keys and repo data cached ># yum -y install postfix ntp ntpdate puppet bind-utils vim-enhanced wget ># cd /etc/yum.repos.d ># wget http://repos.fedorapeople.org/repos/openstack/openstack-folsom/fedora-openstack-folsom.repo ># echo "" ># echo "Installing OpenStack core services" ># echo "" ># yum -y install openstack-utils openstack-nova openstack-glance openstack-keystone openstack-dashboard qpid-cpp-server-daemon ># echo "" ># echo "Setting up MySQL" ># echo "" ># yum -y install mysql mysql-server MySQL-python ># systemctl start mysqld.service && systemctl enable mysqld.service ># mysqladmin -u root password 'Cisco123' ># systemctl stop mysqld.service >echo "" >echo " ===> Installing Patches <===" >echo "" >yum -y upgrade >echo "" >echo " ===> Configuring SSH <===" >echo "" >mkdir -p /root/.ssh >wget -o /root/.ssh/authorized_keys http://192.168.240.250/cobbler/files/authorized_keys >echo "" >echo " ==> Finishing Post Install <==" >echo "" >sleep 10 >) 2>&1 | tee /var/log/anaconda/post_install.log >chvt 1 >%end > >%packages --nobase --ignoremissing >@Core >bind-utils >binutils >coreutils >kbd >ntp >ntpdate >openssh-clients >postfix >puppet >vim-enhanced >wget >-sendmail > >%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 873740
:
639414
|
639416
|
639418
|
639419
| 639421