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 685608 Details for
Bug 903056
kickstart cannot reuse an existing raid array
[?]
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.
working kickstart for new installation
newsys.ks (text/plain), 678 bytes, created by
Steven A. Falco
on 2013-01-23 03:03:10 UTC
(
hide
)
Description:
working kickstart for new installation
Filename:
MIME Type:
Creator:
Steven A. Falco
Created:
2013-01-23 03:03:10 UTC
Size:
678 bytes
patch
obsolete
>install >lang en_US.UTF-8 >keyboard us >timezone --utc America/New_York >rootpw --iscrypted ...OMITTED... >authconfig --enableshadow --passalgo=sha512 >firewall --service=ssh > >clearpart --none > >part /boot --fstype=ext4 --onpart=sda1 --grow > >part raid.01 --onpart=sda2 --grow >part raid.02 --onpart=sdb2 --grow >part raid.03 --onpart=sdc2 --grow >part raid.04 --onpart=sdd2 --grow > >raid pv.01 --level=5 --device=md0 raid.01 raid.02 raid.03 raid.04 > >volgroup vg_test pv.01 > >logvol / --fstype=ext4 --name=test_root --vgname=vg_test --size=20000 >logvol /opt --fstype=ext4 --name=test_opt --vgname=vg_test --size=20000 > >bootloader --location=mbr --timeout=5 --driveorder=sda,sdb,sdc,sdd
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 903056
: 685608 |
685609
|
685610
|
685611