diff --git a/ingredients/core-packages-custom.cfg b/ingredients/core-packages-custom.cfg deleted file mode 100644 index 990e87c..0000000 --- a/ingredients/core-packages-custom.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ -# -# Provides hand-picked packages - -%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project - -pciutils # PCI bus related utilities -libusb # Library for accessing USB devices -usbutils # Linux USB utilities -wget # An advanced file and recursive website downloader -nano # A small text editor - -%end # End of the packages section \ No newline at end of file diff --git a/ingredients/core-packages-default.cfg b/ingredients/core-packages-default.cfg index f5aee04..2ba2251 100644 --- a/ingredients/core-packages-default.cfg +++ b/ingredients/core-packages-default.cfg @@ -9,6 +9,8 @@ %packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project +# Default but not necessary packages that are part of the core DNF group + NetworkManager # Network connection manager and user applications NetworkManager-config-connectivity-fedora # NetworkManager config file for connectivity checking via Fedora servers dnf5-plugins # Plugins for dnf5 @@ -20,4 +22,11 @@ prefixdevname # Udev helper utility that provides network interface naming using systemd-resolved # Network Name Resolution manager zram-generator-defaults # Default configuration for zram-generator +# Hand-picked packages +pciutils # PCI bus related utilities +libusb # Library for accessing USB devices +usbutils # Linux USB utilities +wget # An advanced file and recursive website downloader +nano # A small text editor + %end # End of the packages section \ No newline at end of file diff --git a/ingredients/core-packages-generic.cfg b/ingredients/core-packages-generic.cfg deleted file mode 100644 index 79cd2f4..0000000 --- a/ingredients/core-packages-generic.cfg +++ /dev/null @@ -1,24 +0,0 @@ -# __ ____ ____ _____ -# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/ -# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \ -# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ / -# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ -# /_/ /____/ -# -# Provides packages to make Phyllome OS a generic distro -# It removes Fedora logos to comply with Fedora Remix legal guidelines: https://fedoraproject.org/wiki/Remix - -%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project - --fedora-logos # Fedora-related icons and pictures --fedora-release # Fedora release files --fedora-release-notes # Release Notes --fedora-release-common # fedora-release-common --fedora-release-identity-basic # Package providing the basic Fedora identity -fedora-remix-logos # Fedora Remix logos -generic-release # Generic release files -generic-logos # Icons and pictures -generic-release-common # Generic release files -generic-release-notes # Release Notes - -%end # End of the packages section \ No newline at end of file