Actions
Feature #176
closedadd support for dynamic disk layouts
Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Description
it should be possible to use a script in PRE section of kickstart instead of a static disk layout
Updated by Paul Kelly over 14 years ago
- Status changed from New to Ready For Testing
This is fixed on branch feature/176 on my github
A disk layout that contains the string "#Dynamic" causes the partition
table entry to be written out as a script and executed as a %pre operation.
It is expected that the script leaves its results, a partition table, in
/tmp/diskpart.cfg. This is then loaded into the kickstart environment via
a %include directive.
Updated by Paul Kelly over 14 years ago
- % Done changed from 0 to 100
Applied in changeset a0d9ae098af3fffd0ac707bd9894dc00a2f0380e.
Updated by Ohad Levy over 14 years ago
- Assignee changed from Ohad Levy to Paul Kelly
Paul, Would you mind updating the wiki and close the ticket?
Updated by Paul Kelly over 14 years ago
- Status changed from Ready For Testing to Closed
Actions