Bug 49237
Summary: | Should be able to create non-linux partitions | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Vidar Langseid <vl> |
Component: | ksconfig | Assignee: | Tammy Fox <tammy.c.fox> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | Keywords: | FutureFeature |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-07-19 15:54:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vidar Langseid
2001-07-17 12:02:58 UTC
Thanks for taking a look at the ksconfig in rawhide. It's pretty much a complete rewrite of the first version. My original idea for ksconfig was to allow you to create a basic kickstart file quickly that you could then customize manually. I then realized that the correct thing to do was to extend it to let you do pretty much everything that kickstart will let you do. A lot of functionality was missing from 1.2, such as X configuration, individual package selection, %pre and %post, and configuring software RAID. The rewrite took longer than I anticipated, so I didn't get all the functionality into the current version either. X configuration, %pre, and %post made it in, but RAID and individual package selecion will have to wait for a future release. The import feature is also on the drawing board. Also, I'd like to have a sort of "profile this machine" button that would fill in as many of the fields as possible with information taken from the system that ksconfig is running on. This will take some time, but I think it would be useful. This report needs to be broken into 3 separate reports. This report is now about creating vfat partitions. Refer to bug #49441 for importing kickstart files and bug #49443 for enhanced package selection. I have added vfat back as a filesystem type when creating partitions. It should be in rawhide soon. Beeing able to choose is vfat is good. It would also be great if ksconfig supported the "--type=<X>" where <X> is a numerical value reflecting the partition type. This option in kickstart is described here (but I am sure you know this allready): http://www.redhat.com/support/manuals/RHL-7.1-Manual/customization-guide/s1-kickstart2-options.html |