Refactor #2038
closedRefresh kickstart template for EL6, F17+
Description
The default kickstart template could do with a refresh so it uses more modern system defaults, e.g.
- LVM, ext4
- or autopart for some OS version agnostic defaults?
- %end markers
- `services --disabled=`
- remove
--enablemd5
from authconfig (use SHA-2)
- deprecated boot options, e.g. ksdevice= in F17/18
Updated by Dominic Cleal almost 12 years ago
The release number of the EPEL RPM occasionally changes, so instead of installing it with an exact URL, add a repo and install epel-release in %packages, e.g.
repo --name="Extra Packages for Enterprise Linux" --baseurl="http://ftp.nluug.nl/pub/os/Linux/distr/fedora-epel/6/x86_64/"
(suggestion from Ewould)
Updated by Brian Rak over 11 years ago
ksdevice is still useful in EL6, it probably shouldn't be removed from that.
Updated by Dominic Cleal over 11 years ago
- Status changed from New to Assigned
- Target version set to 1.2.0
- Assignee changed from Dominic Cleal to Anonymous
Updated by Anonymous over 11 years ago
ready for testing: https://github.com/theforeman/foreman/pull/650
Updated by Dominic Cleal over 11 years ago
https://github.com/theforeman/community-templates/pull/13 has been merged, the shipped templates should now be updated to match. Don't migrate existing ones, we should just refresh the defaults under app/views/unattended/ for newly migrated installs.
Updated by Anonymous over 11 years ago
ready for testing: https://github.com/theforeman/foreman/pull/694
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Anonymous over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cb92c0be69a00142158d884e05097b47d20480da.