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 200261 Details for
Bug 296761
Disk partitioning fails with kickstart and existing Windows partitions
[?]
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.
ESRI Kickstart file for RHEL4
ks-rhel4.cfg (text/plain), 3.82 KB, created by
Ray Van Dolson
on 2007-09-19 22:51:26 UTC
(
hide
)
Description:
ESRI Kickstart file for RHEL4
Filename:
MIME Type:
Creator:
Ray Van Dolson
Created:
2007-09-19 22:51:26 UTC
Size:
3.82 KB
patch
obsolete
># ># You may pass the following boot paramters to this KS script: ># ># hostname=<hsotname> ># > >install > ># Install from yummie. >nfs --server=10.49.6.46 --dir=/install/RHEL4/es/update5 >#nfs --server=10.49.6.46 --dir=/install/RHEL4/as/update4 > ># This should let us review before continuing. >interactive > >lang en_US.UTF-8 >langsupport --default=en_US.UTF-8 >keyboard us > ># Basic X Configuration. We rely on probing for most of the setup. >xconfig --startxonboot --resolution=800x600 --depth 16 --defaultdesktop=GNOME > ># This may need to be changed. >#network --device eth0 --bootproto dhcp >%include /tmp/network.ks > >rootpw --iscrypted $1$SXuw6/KM$xmV2mmVR3g2HNBmENHuSR. >firewall --disabled >selinux --disabled ># This should hopefully prevent the Setup Agent from starting on first boot. >firstboot --disable > ># This will get changed later by the setup.sh script. >authconfig --enableshadow --enablemd5 > >timezone America/Los_Angeles > >#autopart >bootloader --location=mbr --append="rhgb quiet" >#clearpart --all > ># 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.3 --size=0 --grow --ondisk=sda >#volgroup VolGroup00 --pesize=32768 pv.3 >#logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=512 --grow --maxsize=1024 >#logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow > >%packages >@ admin-tools >@ portuguese-support >@ editors >@ emacs >@ japanese-support >@ hungarian-support >@ punjabi-support >@ british-support >@ korean-support >@ gnome-software-development >@ german-support >@ swedish-support >@ russian-support >@ text-internet >@ serbian-support >@ gujarati-support >@ catalan-support >@ x-software-development >@ legacy-network-server >@ gnome-desktop >@ dialup >@ turkish-support >@ arabic-support >@ italian-support >@ slovak-support >@ slovenian-support >@ ftp-server >@ romanian-support >@ greek-support >@ compat-arch-support >@ danish-support >@ legacy-software-development >@ brazilian-support >@ welsh-support >@ tamil-support >@ smb-server >@ base-x >@ chinese-support >@ web-server >@ czech-support >@ bulgarian-support >@ dutch-support >@ printing >@ kde-software-development >@ icelandic-support >@ ukrainian-support >@ kde-desktop >@ bengali-support >@ spanish-support >@ hebrew-support >@ estonian-support >@ french-support >@ server-cfg >@ finnish-support >@ norwegian-support >@ polish-support >@ hindi-support >@ development-tools >@ graphical-internet >-rwho >grub >kernel-smp >thunderbird >-rusers >telnet-server >kernel-smp-devel >kernel-devel >e2fsprogs >lvm2 >rsh-server ># Added per request of Edwin for Oracle >sysstat >glib-devel >gtk+-devel >imlib-devel >ORBit-devel >gnome-libs-devel >libaio-devel >compat-gcc-32 >compat-gcc-32-c++ > >############################################################################## ># This is our pre-processing script. # >############################################################################## > >%pre > ># Mount yummie so we can do things. >[ ! -d /mnt/pre ] && mkdir -p /mnt/pre >/usr/bin/mount -t nfs 10.49.6.46:/install /mnt/pre > ># This sets up our hostname and generates /tmp/network.ks. >/mnt/pre/ks/scripts/pre-hostname.sh > ># Unmount yummie >/usr/bin/umount /mnt/pre > >############################################################################## ># Here is our post-processing script. # >############################################################################## > >%post >chvt 3 > ># Make sure we can get toe esri.com >echo "search esri.com" >> /etc/resolv.conf > ># Mount out directory for use. >mkdir /mnt/install >/bin/mount -t nfs 10.49.6.46:/install /mnt/install > ># Here is our setup script. >/mnt/install/ks/scripts/setup-rhel4.sh > ># Unount >/bin/umount /mnt/install > >chvt 1
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 296761
:
199921
|
199931
| 200261 |
200271
|
201561
|
295831
|
314361