sucessfull attempt to trim it further
This commit is contained in:
parent
d8a679dde9
commit
1cfa83f141
@ -48,8 +48,10 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
|||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
basesystem
|
basesystem
|
||||||
bash
|
bash
|
||||||
|
curl
|
||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
|
dracut
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
filesystem
|
filesystem
|
||||||
generic-logos
|
generic-logos
|
||||||
@ -61,7 +63,11 @@ hostname
|
|||||||
initial-setup
|
initial-setup
|
||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
|
kbd
|
||||||
|
kernel
|
||||||
ncurses
|
ncurses
|
||||||
|
parted
|
||||||
|
procps-ng
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
rootfiles
|
rootfiles
|
||||||
rpm
|
rpm
|
||||||
@ -69,28 +75,24 @@ setup
|
|||||||
shadow-utils
|
shadow-utils
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
systemd
|
systemd
|
||||||
|
util-linux
|
||||||
-audit
|
-audit
|
||||||
-coreutils
|
-coreutils
|
||||||
-curl
|
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
-fedora-logos
|
-fedora-logos
|
||||||
-fedora-release
|
-fedora-release
|
||||||
-fedora-release-common
|
-fedora-release-common
|
||||||
-fedora-release-identity-basic
|
-fedora-release-identity-basic
|
||||||
-fedora-release-notes
|
-fedora-release-notes
|
||||||
-kbd
|
|
||||||
-less
|
-less
|
||||||
-man-db
|
-man-db
|
||||||
-openssh-clients
|
-openssh-clients
|
||||||
-openssh-server
|
-openssh-server
|
||||||
-parted
|
|
||||||
-policycoreutils
|
-policycoreutils
|
||||||
-procps-ng
|
|
||||||
-selinux-policy-targeted
|
-selinux-policy-targeted
|
||||||
-sssd-common
|
-sssd-common
|
||||||
-sssd-kcm
|
-sssd-kcm
|
||||||
-sudo
|
-sudo
|
||||||
-util-linux
|
|
||||||
-vim-minimal
|
-vim-minimal
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
48
ingredients/core-packages-mandatory-trimming-attempt.cfg
Normal file
48
ingredients/core-packages-mandatory-trimming-attempt.cfg
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# __ ____ ____ _____
|
||||||
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||||
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||||
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||||
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||||
|
# /_/ /____/
|
||||||
|
#
|
||||||
|
# What ? This kickstart file provides the mandatory packages that are part of the core DNF group
|
||||||
|
|
||||||
|
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project
|
||||||
|
|
||||||
|
-audit # User space tools for kernel auditing
|
||||||
|
basesystem # The skeleton package which defines a simple Fedora system
|
||||||
|
bash # The Bourne Again SHell, a command-line interpreter.
|
||||||
|
-coreutils # A set of basic GNU tools commonly used in shell scripts
|
||||||
|
curl # A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
|
dhcp-client # Provides the ISC DHCP client daemon and dhclient-script
|
||||||
|
dnf5 # Command-line package manager
|
||||||
|
dracut # Initramfs generator using udev
|
||||||
|
-e2fsprogs # Utilities for managing ext2, ext3, and ext4 file systems
|
||||||
|
filesystem # The basic directory layout for a Linux system
|
||||||
|
glibc # The GNU libc libraries
|
||||||
|
hostname # Utility to set/show the host name or domain name
|
||||||
|
iproute # Advanced IP routing and network device configuration tools
|
||||||
|
iputils # Network monitoring tools including ping
|
||||||
|
kbd # Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
|
kernel # The Linux kernel
|
||||||
|
-less # A text file browser similar to more, but better. Can be excluded
|
||||||
|
-man-db # Tools for searching and reading man pages. Can be excluded
|
||||||
|
ncurses # Ncurses support utilities
|
||||||
|
-openssh-clients # An open source SSH client applications. Can be excluded
|
||||||
|
-openssh-server # An open source SSH server daemon. Can be excluded
|
||||||
|
parted # The GNU disk partition manipulation program
|
||||||
|
-policycoreutils # SELinux policy core utilities. Can be excluded
|
||||||
|
procps-ng # System and process monitoring utilities
|
||||||
|
rootfiles # The basic required files for the root user's directory
|
||||||
|
rpm # The RPM package management system
|
||||||
|
-selinux-policy-targeted # SELinux targeted policy. Can be excluded
|
||||||
|
setup # A set of system configuration and setup files
|
||||||
|
shadow-utils # Utilities for managing accounts and shadow password files
|
||||||
|
-sssd-common # Common files for the SSSD. Can be excluded
|
||||||
|
-sssd-kcm # An implementation of a Kerberos KCM server. Can be excluded
|
||||||
|
-sudo # Allows restricted root access for specified users
|
||||||
|
systemd # System and Service Manager
|
||||||
|
util-linux # Collection of basic system utilities
|
||||||
|
-vim-minimal # A minimal version of the VIM editor
|
||||||
|
|
||||||
|
%end # End of the packages section
|
Loading…
x
Reference in New Issue
Block a user