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 696998 Details for
Bug 864764
KickstartValueError: The following problem occurred on line 80 of the kickstart file: Tried to use undefined partition raid.21 in RAID specification
[?]
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.cfg - fixed bugzilla content-type
ks.cfg (text/plain), 3.08 KB, created by
John Faichney
on 2013-02-13 18:36:36 UTC
(
hide
)
Description:
ks.cfg - fixed bugzilla content-type
Filename:
MIME Type:
Creator:
John Faichney
Created:
2013-02-13 18:36:36 UTC
Size:
3.08 KB
patch
obsolete
>auth --enableshadow --passalgo=sha512 >autopart --encrypted --passphrase="NotAPassphrase" >firewall --enabled --trust ssh >logging --level=info >keyboard --vckeymap=us --xlayouts='us' >lang en_US.UTF-8 >network --bootproto=dhcp --device=em1 --ipv6=auto --hostname=somehostname >rootpw --iscrypted NotAnEncryptedPassword >selinux --enforcing >services --enabled=chronyd,sshd >timezone America/New_York --utc --ntpservers=0.fedora.pool.ntp.org,1.fedora.pool.ntp.org,2.fedora.pool.ntp.org,3.fedora.pool.ntp.org >user --name=someuser --groups=adm,wheel --uid=1000 >xconfig --startxonboot >zerombr >bootloader --location=mbr --boot-drive=sdc --timeout=5 --append="elevator=noop" >clearpart --linux --initlabel >ignoredisk --drives=sdd >part /boot --ondisk=/dev/disk/by-id/usb-_Patriot_Memory_07012A26EDAE6B14-0:0 --fstype="ext4" --size=1000 >part swap --ondisk=/dev/disk/by-id/usb-_Patriot_Memory_07012A26EDAE6B14-0:0 --fstype="swap" --hibernation >part raid.01 --size=1 --grow --ondisk=/dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S12PNEACB13054Y >part raid.02 --size=1 --grow --ondisk=/dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S12PNEACB18438H >raid pv.01 --level=0 --device=md0 --fstype ext4 raid.01 raid.02 >volgroup lv_somehostname pv.01 >logvol / --vgname=lv_somehostname --size=8000 --name=lv_root --fsoptions="data=writeback,noatime,commit=5" >logvol /home --vgname=lv_somehostname --size=160000 --name=lv_home --fsoptions="data=writeback,noatime,commit=15" >logvol /usr --vgname=lv_somehostname --size=8000 --name=lv_usr --fsoptions="data=noatime,ro,noload" >logvol /var --vgname=lv_somehostname --size=8000 --name=lv_var --fsoptions="data=writeback,noatime,commit=5" >logvol /var/freespace --vgname=lv_somehostname --size=1 --grow --name=lv_freespacetouse --fsoptions="data=noatime,ro,noload" > >%packages --default --ignoremissing >@base >chrony >ntp >@base-x >@core >@gnome-desktop >-aisleriot >-avahi >-cheese >-shotwell >%end > >%pre --log=/root/ks-pre.log >echo >/dev/console pausing while we check for defunct partitions, return to continue >read junk >%end > >%post --log=/root/ks-post.log >tail -f /root/ks-post.log >/dev/console & >/usr/sbin/ntpd -g -q -x 72.14.177.132 174.46.133.243 50.16.201.39 64.6.144.6 >/sbin/clock --systohc >/bin/cat <<! >> /etc/sysctl.conf > ># 20130209: allow swapping for hibernation only / dont shrink the inode cache so aggressively ># 20130211: see https://wiki.archlinux.org/index.php/Solid_State_Drives#Swap_Space_on_SSDs >vm.swappiness = 1 >vm.vfs_cache_pressure=50 ># 20130213: since swap is hibernation-only, we Dont Care about other vm.* settings (were swap active, ># we could wait longer between writes so multiple small writes accumulate to larger single writes.) >#vm.dirty_expire_centisecs = 3000 >#vm.dirty_writeback_centisecs = 500 ># 20130213: even w/o useful swap, we might still care about HDD power consumption - but since SDD ># imposes no spin-up costs, we Dont Care about laptop mode. see http://samwel.tk/laptop_mode/faq >#vm.laptop_mode = 5 >! >/bin/cat <<! >> /etc/fstab >tmpfs /tmp tmpfs noatime 0 0 >#tmpfs /var/tmp tmpfs noatime 0 0 >! >/usr/sbin/userdel operator >/usr/sbin/userdel games >%end
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 864764
:
624537
|
624538
|
624539
|
624540
|
624541
|
624542
|
624543
|
624544
|
624545
|
624546
|
624547
|
624548
|
624549
|
624550
|
696996
| 696998