Re: Unexpected results with Kickstart
Chris Lumens <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
> Yet after the install I look at the anaconda-ks.cfg on the system created > with the kickstart and it has: > > %packages > @Base > @Core > @core > %end > > Or some variation with the caps / lowercase. The thing is that I want as > simple an install as possible. Is there something I am missing? The Base group is always selected unless you use "%packages --nobase" (see https://fedoraproject.org/wiki/Anaconda/Kickstart#Chapter_3._Package_Selection). The case-sensitive thing there is a little strange, but nothing to be concerned about. It should not affect the number of packages installed. - Chris