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 157151 Details for
Bug 244461
kickstart | 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.
F7 kickstart file
xen6-f7-ks.cfg (text/plain), 1.38 KB, created by
W Agtail
on 2007-06-15 19:49:06 UTC
(
hide
)
Description:
F7 kickstart file
Filename:
MIME Type:
Creator:
W Agtail
Created:
2007-06-15 19:49:06 UTC
Size:
1.38 KB
patch
obsolete
> >network --device eth0 --bootproto static --ip 10.19.19.106 --netmask 255.255.255.0 --gateway 10.19.19.20 --nameserver 194.168.8.100 --hostname xen6.home.com > >nfs --server=10.19.19.20 --dir=/mnt/distro/f7-x86_64 > >text > > >install >lang en_GB.UTF-8 >keyboard uk > >rootpw root >firewall --disabled >selinux --disabled >authconfig --enableshadow --enablemd5 >timezone --utc Europe/London >bootloader --location=mbr --driveorder=xvda --append="rhgb quiet" >reboot > >part swap --fstype=swap --size=512 --onpart=xvda1 >part /boot --fstype=ext3 --size=128 --onpart=xvda2 > >part pv.3 --size=0 --grow --ondisk=xvda >volgroup xen --pesize=32768 pv.3 >logvol / --vgname=xen --size=5120 --name=root --fstype ext3 >logvol /home --vgname=xen --size=512 --name=home --fstype ext3 >logvol /downloads --vgname=xen --size=1024 --name=downloads --fstype ext3 --grow > >%packages > >@ admin-tools >@ base >@ base-x >@ british-support >@ core >@ development-tools >@ dial-up >@ editors >@ gnome-desktop >@ graphical-internet >@ sound-and-video >kernel-xen >lvm2 >mutt >reiserfs-utils >kernel-xen-devel >net-snmp > >%pre > >for DSK in xvda >do > echo "partitioning /dev/${DSK}" > parted -s /dev/${DSK} mklabel msdos > fdisk /dev/${DSK} << END!! >n >p >1 > >+512M >n >p >2 > >+128M >p >w >END!! >done > >%post >date > /tmp/date-installed.txt >echo -e "# Version 1.11 > >cp -vp /etc/sysctl.conf /etc/sysctl.conf.orig >sed -i 's/kernel.sysrq.*/kernel.sysrq = 1/' /etc/sysctl.conf
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 244461
: 157151 |
157152