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 303920 Details for
Bug 444357
%post script not executed during install, ends up as %pre in anaconda-ks.cfg
[?]
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.
ks.cfg for anaconda
ks.cfg (text/plain), 1.78 KB, created by
Jeroen van Meeuwen
on 2008-04-27 18:11:06 UTC
(
hide
)
Description:
ks.cfg for anaconda
Filename:
MIME Type:
Creator:
Jeroen van Meeuwen
Created:
2008-04-27 18:11:06 UTC
Size:
1.78 KB
patch
obsolete
>#platform=86, AMD64, or Intel EM64T > ># System authorization information >auth --useshadow --enablemd5 ># Use text mode install >text ># Firewall configuration >firewall --disabled >firstboot --disable ># System keyboard >keyboard us ># System language >lang en_US ># Root password >rootpw --iscrypted <removed> ># SELinux configuration >selinux --disabled ># Do not configure the X Window System >skipx ># Install OS instead of upgrade >install ># Use CDROM installation media >cdrom ># Network information >network --bootproto=dhcp --device=eth0 --onboot=on ># System timezone >timezone GMT ># System bootloader configuration >bootloader --location=mbr ># Partition clearing information >clearpart --all ># Disk partitioning information >part / --fstype="ext3" --grow --size=2000 --bytes-per-inode=4096 > >%packages --ignoremissing >@core >@base >NetworkManager >PyXML >emulator-firstboot >emulator-remote >gmp >iptables >iptables-he >iptables-ipv6 >openssh-clients >python-eunuchs >quagga >radvd >rsync >python >python-devel >gcc >gcc-c++ >tftp-server >-aspell >-aspell-en >-bluez-utils >-ccid >-coolkey >-finger >-gnupg >-irda-utils >-lftp >-ntfs-3g >-ntfsprogs >-pcsc-lite-libs >-redhat-lsb >-sendmail >-talk >-words >-yum-updatesd >%end > >%post ># disable unneeded services >/sbin/chkconfig sendmail off >/sbin/chkconfig pcscd off >/sbin/chkconfig bluetooth off >/sbin/chkconfig yum-updatesd off >/sbin/chkconfig gpm off > ># enable ipv6 >echo "NETWORKING_IPV6=yes" >> /etc/sysconfig/network > ># enable automatic login >sed -i 's/mingetty/mingetty --autologin root/g' /etc/inittab > ># set grub timeout to 1 second >sed -i 's/timeout=5/timeout=1/g' /boot/grub/grub.conf > ># disable graphical grub prompt >sed -i 's/splashimage/#splashimage/g' /boot/grub/grub.conf > ># create directory for emulator >mkdir -p /root/xen_emu/trunk/src >mkdir -p /root/xen_emu/trunk/keys >touch /root/xen_emu/trunk/.emu_root >%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 444357
: 303920 |
303921
|
304162