Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 124569 Details for
Bug 174597
kickstart install doesn't read LVM info from disks
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
This is the latest one I've been playing with
free.ks (text/plain), 3.00 KB, created by
Alexandre Oliva
on 2006-02-13 17:06:24 UTC
(
hide
)
Description:
This is the latest one I've been playing with
Filename:
MIME Type:
Creator:
Alexandre Oliva
Created:
2006-02-13 17:06:24 UTC
Size:
3.00 KB
patch
obsolete
>#Originally generated by Kickstart Configurator >interactive > >#System language >lang en_US.UTF-8 > >#System keyboard >keyboard br-abnt2 > >#System timezone >timezone --utc America/Sao_Paulo > >#Root password >rootpw --iscrypted <omitted> > >#Reboot after installation >reboot > >#System bootloader configuration ># --append "ide0=ata66 ide1=ata66" >bootloader --location=partition --md5pass=<omitted> >#bootloader --location=mbr --md5pass=<omitted> > >selinux --disabled > >#Install Red Hat Linux instead of upgrade >install > >#Use NFS installation media >#nfs --server livre --dir /l/mirror/fedora/linux/core/3/x86_64/os >#nfs --server livre --dir /l/mirror/fedora/linux/core/test/3.92/x86_64/os ># ^^^^^^ >#nfs --server libre --dir /l/FC/FC4-test/x86_64/iso >nfs --server livre --dir /l/mirror/fedora/linux/core/development/x86_64 > >#Disk partitioning information >clearpart --none >volgroup all --useexisting --noformat > >logvol /l --useexisting --noformat --fstype=ext3 --name=l --vgname=all --fsoptions="noatime" > >logvol swap --useexisting --fstype swap --name=swap0 --vgname all >logvol swap --useexisting --fstype swap --name=swap1 --vgname all > >raid /boot --useexisting --fstype ext3 --device=md2 --fsoptions="noatime" >raid /l/root/boot --useexisting --noformat --fstype=ext3 --device=md1 --fsoptions="noatime" >#^ >#v >#raid /boot --useexisting --fstype ext3 --device=md1 --fsoptions="noatime" >#raid /l/root/boot --useexisting --noformat --fstype ext3 --device=md2 --fsoptions="noatime" > > >logvol / --useexisting --fstype ext3 --name=test --vgname=all --fsoptions="noatime" ># ^^^^ >logvol /l/root --useexisting --noformat --fstype=ext3 --name=stable --vgname=all --fsoptions="noatime" ># ^^^^^^ > >#Use DHCP networking >network --device eth0 --bootproto dhcp --hostname free # .oliva.athome.lsd.ic.unicamp.br > >#System authorization information >authconfig --enableshadow --enablemd5 > >#Firewall configuration >firewall --disabled > >#XWindows configuration information >xconfig --hsync 30-92 --vsync 50-160 --resolution 1024x768 --depth 24 --startxonboot --defaultdesktop gnome > >%packages >* > >%pre >hostname free > >%post >cp -p /l/root/etc/ssh/*host*key* /etc/ssh >rsync -aHv /l/root/root/conf/./ /boot/conf/ >ln -s ../boot/conf /root >HOME=/root /root/conf/daily ># vvvvv >if false ; then > cat >> /boot/grub/grub.conf << EOF >title Fedora Core Experimental > root (hd0,1) > chainloader +1 >EOF > grub --no-floppy --batch << EOF >root (hd0,0) >setup (hd0,0) >EOF > grub --no-floppy --batch << EOF >root (hd1,0) >setup (hd1,0) >EOF >else > cat >> /boot/grub/grub.conf << EOF >title Fedora Core Stable > root (hd0,0) > chainloader +1 >EOF > grub --no-floppy --batch << EOF >root (hd0,1) >setup (hd0,1) >EOF > grub --no-floppy --batch << EOF >root (hd1,1) >setup (hd1,1) >EOF > : grub --no-floppy --batch << EOF >root (hd0,0) >setup (hd0) >EOF > : grub --no-floppy --batch << EOF >root (hd1,0) >setup (hd1) >EOF >fi ># conf/daily may have updated modprobe.conf, so rebuild initrd just in case >mkinitrd -f /boot/initrd-`uname -r`.img `uname -r`
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 174597
: 124569