30 lines
1.5 KiB
INI
30 lines
1.5 KiB
INI
# __ ____ ____ _____
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
# /_/ /____/
|
|
#
|
|
# What ? This kickstart file provides core packages for all installations
|
|
|
|
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies
|
|
|
|
@core # minimal installation
|
|
@hardware-support # Provides extended hardware support, and especially extra wireless drivers
|
|
pciutils # Pciutils provides lspci commandline tool, which is not installed by default
|
|
libusb # add usb library (otherwise, USB 3.0 controllers seem to not work)
|
|
usbutils # add lsusb utility
|
|
wget # "The non-interactive network downloader. " Used to fetch files during installation
|
|
nano # The nano text editor
|
|
-fedora-logos # Remove Fedora logos to comply with [Fedora Remix legal guidelines](https://fedoraproject.org/wiki/Remix)
|
|
-fedora-release # Remove Fedora release-notes
|
|
-fedora-release-notes # Remove Fedora release-notes
|
|
-fedora-release-common # Remove Fedora release files
|
|
-fedora-release-identity-basic # ???
|
|
fedora-remix-logos # Add Fedora Remix logos
|
|
generic-release # Add Fedora Remix logos
|
|
generic-logos # Add Fedora Remix logos
|
|
generic-release-common # "Generic release files"
|
|
generic-release-notes # "Release Notes"
|
|
|
|
%end # End of the packages section |