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 309027 Details for
Bug 450990
virt-install ks-based guest creation errors during disk initialization part
[?]
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 file
node01_ks.cfg (text/plain), 2.87 KB, created by
erik tapang
on 2008-06-12 05:11:34 UTC
(
hide
)
Description:
kickstart file
Filename:
MIME Type:
Creator:
erik tapang
Created:
2008-06-12 05:11:34 UTC
Size:
2.87 KB
patch
obsolete
>install >text >reboot >#nfs --server=192.168.100.1 --dir=/var/ftp/pub/rhel5u2 >nfs --server=192.168.222.1 --dir=/var/ftp/pub/rhel5u2 >key --skip >lang en_US.UTF-8 >keyboard us >#xconfig --startxonboot >skipx ># private >#network --device eth1 --bootproto static --ip 192.168.100.10 --netmask 255.255.255.0 ># public - disabled on initial install >network --device eth0 --bootproto static --ip 192.168.222.10 --netmask 255.255.255.0 --gateway 192.168.222.1 --nameserver 192.168.222.1,192.168.222.2 --hostname node01.example.com ># password is node01pass >rootpw --iscrypted $1$Lqk1Y$Y8TIWCMLiiPjVt1GjRS0F1 >#firewall --enabled --port=22:tcp >firewall --disabled >authconfig --enableshadow --enablemd5 >#selinux --enforcing >selinux --disabled >timezone --utc Asia/Singapore >services --disabled ipsec,iptables,bluetooth,hplip,firstboot,cups,sendmail,xfs >bootloader --location=mbr --driveorder=xvda,xvdb --append="rhgb quiet" > >clearpart --all --initlabel --drives=xvda,xvdb >#clearpart --all --drives=xvda >part /boot --fstype ext3 --size=100 --ondisk=xvdb >part pv.2 --size=0 --grow --ondisk=xvdb >volgroup VolGroup00 --pesize=32768 pv.2 >logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=1000 --grow --maxsize=1984 >logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow > >%packages >@development-libs >@editors >@system-tools >@gnome-software-development >@text-internet >@x-software-development >@dns-server >@dialup >@core >@authoring-and-publishing >@base >@ftp-server >@network-server >@legacy-software-development >@java >@legacy-software-support >@smb-server >@base-x >@web-server >@printing >@server-cfg >@sql-server >@admin-tools >@development-tools >emacs >lsscsi >gnutls-utils >hwbrowser >audit >iptraf >mesa-libGLU-devel >kexec-tools >device-mapper-multipath >vnc-server >xorg-x11-utils >xorg-x11-server-Xnest >xorg-x11-server-Xvfb >imake >iscsi-initiator-utils >-sysreport > >%post >cat <<EOT >> /etc/hosts ># private or replace with nodeXY- >192.168.100.10 node01-priv >192.168.100.20 node02-priv >192.168.100.1 node00-priv > >#public or replace with nodeXY >192.168.222.10 node01 >192.168.222.20 node02 >192.168.222.1 node00 >EOT > ># yum local repo >cat > /etc/yum.repos.d/rhel5.repo << EOF >[rhel5-Server] >name=RHEL5 DVD Server >baseurl=http://node00/rhel5u2/x86_64/Server/ >enabled=1 >gpgcheck=1 >gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > >[rhel5-VT] >name=RHEL5 DVD VT >baseurl=http://node00/rhel5u2/x86_64/VT >enabled=1 >gpgcheck=1 >gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > >[rhel5-Cluster] >name=RHEL5 DVD Cluster >baseurl=http://node00/rhel5u2/x86_64/Cluster >enabled=1 >gpgcheck=1 >gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > >[rhel5-ClusterStorage] >name=RHEL5 DVD Cluster Storage >baseurl=http://node00/rhel5u2/x86_64/ClusterStorage >enabled=1 >gpgcheck=1 >gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release > >EOF > >#change default runlevel > >ed /etc/inittab << EOF >,s/id:5:initdefault:/id:3:initdefault:/g >. >w >EOF
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 450990
:
309026
| 309027