I am attempting to do a minimal install using only mandatory packages. Per the upstream documentation I should be able to use the --nodefaults flag on the package group. Here is what I am attempting to do:<br />
<br />
%packages --nobase<br />
@core --nodefaults<br />
%end<br />
<br />
The system is successfully installed using other parameters I defined (partitioning, firewall, selinux, user configuration, etc). It's ignoring what I define in the %packages section. The default packages get installed.<br />
<br />
Also trying to exclude packages doesn't work either, for example:<br />
<br />
%packages --nobase<br />
-NetworkManager<br />
%end
↧