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 305199 Details for
Bug 446155
Automatic installation with Kickstart failed in 5.2 in Intel Stoakley.
[?]
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_0_2.cfg is ks config, it is for RHEL 5.1 GA.
ks_0_2.cfg (text/plain), 3.55 KB, created by
austin
on 2008-05-13 03:59:26 UTC
(
hide
)
Description:
Ks_0_2.cfg is ks config, it is for RHEL 5.1 GA.
Filename:
MIME Type:
Creator:
austin
Created:
2008-05-13 03:59:26 UTC
Size:
3.55 KB
patch
obsolete
># Kickstart file automatically generated by anaconda. > >install >#logging --level=info >nfs --server=otc-files.bj.intel.com --dir=/srv/pub/ISO/redhat/Server/I386/5.1-GA/all >key 2515dd4e215225dd >lang en_US.UTF-8 >keyboard us >xconfig --startxonboot >network --device eth0 --bootproto dhcp >network --device eth1 --onboot no --bootproto dhcp >rootpw --iscrypted $1$AI1IxpVU$xH87qFjYt/U3vEqD9qeUn. >firewall --enabled --port=22:tcp >authconfig --enableshadow --enablemd5 >selinux --enforcing >timezone --utc Asia/Shanghai >bootloader --location=mbr --driveorder=sda --append="rhgb quiet" ># The following is the partition information you requested ># Note that any partitions you deleted are not expressed ># here so unless you clear all partitions first, this is ># not guaranteed to work >clearpart --all --drives=sda >part /boot --fstype ext3 --size=100 --ondisk=sda >part pv.4 --size=0 --grow --ondisk=sda >volgroup VolGroup00 --pesize=32768 pv.4 >logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow >logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=1984 > ># Reboot after installation >reboot > >%packages >@office >@admin-tools >@editors >@development-tools >@gnome-software-development >@text-internet >@x-software-development >@virtualization >@gnome-desktop >@dialup >@core >@base >@games >@java >@legacy-software-support >@base-x >@graphics >@web-server >@printing >@sound-and-video >@development-libs >@graphical-internet >emacs >imake >mesa-libGLU-devel >kexec-tools >bridge-utils >device-mapper-multipath >xorg-x11-utils >xorg-x11-server-Xnest >xorg-x11-server-Xvfb >libsane-hpaio >-sysreport > >#preinstall >%pre >#!/bin/sh > >mkdir -p /tmp/autoinst >mount 192.168.2.4:/autoinst /tmp/autoinst >echo "Installer is started successfully!!!" > /tmp/autoinst/00-15-17-02-41-B0.boot >umount /tmp/autoinst > >mount 192.168.2.4:/myserver/AutoITI/tftproot/pxelinux.cfg /tmp/autoinst >cat > /tmp/autoinst/01-00-15-17-02-41-b0 << BLOCKFLAG >DEFAULT localboot >TIMEOUT 50 >LABEL localboot > LOCALBOOT 0 >BLOCKFLAG >umount /tmp/autoinst >rm -rf /tmp/autoinst >#postinstall >%post >#!/bin/sh > >/sbin/service portmap start >/bin/mkdir -p /tmp/autoinst >/bin/mount 192.168.2.4:/autoinst /tmp/autoinst >echo "Installation done!!!" > /tmp/autoinst/00-15-17-02-41-B0.config >/bin/umount /tmp/autoinst >kernelparam=`grep vmlinuz-2 /boot/grub/grub.conf | head -1 | cut -d " " -f 3-` >/bin/mount 192.168.2.4: /tmp/autoinst >defaultlabel="localboot" >dmesg | grep "iSCSI Initiator" > /dev/null 2>&1 >if [ $? -eq 0 ] ; then > defaultlabel="pxeboot" > cp /boot/vmlinuz* /tmp/autoinst/vmlinuz-iscsi > cp /boot/initrd* /tmp/autoinst/initrd-iscsi.img >fi >/bin/cat > /tmp/autoinst/pxelinux.cfg/01-00-15-17-02-41-b0 << BLOCKFLAG >DEFAULT $defaultlabel >TIMEOUT 50 >LABEL pxeboot > KERNEL vmlinuz-iscsi > APPEND initrd=initrd-iscsi.img $kernelparam >LABEL localboot > LOCALBOOT 0 >BLOCKFLAG >/bin/umount /tmp/autoinst >/bin/rm -rf /tmp/autoinst > >/bin/cat > /etc/rc.d/rc3.d/S99zautoinst << BLOCKFLAG >#!/bin/sh > >/bin/mkdir -p /tmp/autoinst >/bin/mount 192.168.2.4:/autoinst /tmp/autoinst >echo "The installed system has been started successfully!!!" > /tmp/autoinst/00-15-17-02-41-B0.done >vim -c ":0,$ s/^#PermitRootLogin yes/PermitRootLogin yes/g" -c ":wq" /etc/ssh/sshd_config >vim -c ":0,$ s/^PermitRootLogin no/#PermitRootLogin no/g" -c ":wq" /etc/ssh/sshd_config >/sbin/chkconfig --add sshd >/sbin/chkconfig sshd on >/etc/init.d/sshd restart >/bin/umount /tmp/autoinst >/bin/rm -rf /tmp/autoinst >rm -f /etc/rc.d/rc3.d/S99zautoinst >rm -f /etc/rc.d/rc5.d/S99zautoinst >BLOCKFLAG > >chmod a+x /etc/rc.d/rc3.d/S99zautoinst >ln -s /etc/rc.d/rc3.d/S99zautoinst /etc/rc.d/rc5.d/S99zautoinst
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 446155
:
305196
|
305197
|
305198
| 305199