Actions
Bug #1156
closeddefault kickstart should not do yum upgrade
Description
Actually, in the default kickstart for redhat, we've a "yum upgrade" in the middle of the file.
I think it is wrong to put "upgrade" because it will defintively upgrade the current install to the last release. In case I want to install Centos / Redhat 5.4, I don't want the installation process automatically upgrade it to 5.6
That's why I think that you should modify the template with "yum update" instead of "yum upgrade". That would keep the current selected release updated !
Thanks
Updated by NoName NoSurname about 13 years ago
The patch is simple :
juste replace the "yum upgrade" by "yum update" into default KS files !
But if you tell me how to do that directly, let me know; I will be pleased to do that !
Updated by Ohad Levy about 13 years ago
- Category set to Unattended installations
- Assignee set to Ohad Levy
- Target version set to 0.4
Updated by Ohad Levy about 13 years ago
- Subject changed from Default kickstart for redhat modification to default kickstart should not do yum upgrade
Updated by Ohad Levy about 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 6003b15e87b6564ab551baf6222cf46055f25b7b.
Actions