Explicitly list dracut and the Linux kernel as packages

This commit is contained in:
luz 2025-04-29 19:16:40 -05:00
parent c7e7c8f21a
commit 85301e9e9a
9 changed files with 35 additions and 19 deletions

View File

@ -248,6 +248,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -275,6 +276,7 @@ iwlegacy-firmware
iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
less
libertas-firmware
libguestfs-tools

View File

@ -258,6 +258,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -285,6 +286,7 @@ iwlegacy-firmware
iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
less
libertas-firmware
libguestfs-tools

View File

@ -248,6 +248,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -275,6 +276,7 @@ iwlegacy-firmware
iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
less
libertas-firmware
libguestfs-tools

View File

@ -240,6 +240,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -267,6 +268,7 @@ iwlegacy-firmware
iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
less
libertas-firmware
libguestfs-tools

View File

@ -233,6 +233,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -254,6 +255,7 @@ hostname
iproute
iputils
kbd
kernel
less
libguestfs-tools
libusb1

View File

@ -140,6 +140,7 @@ dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -160,6 +161,7 @@ hostname
iproute
iputils
kbd
kernel
less
libusb1
man-db

View File

@ -27,7 +27,7 @@ timezone Europe/Paris --utc
# Use network installation
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
# System bootloader configuration
bootloader --location=mbr --timeout=1
bootloader --location=mbr --timeout=1 --sdboot
# Clear the Master Boot Record
zerombr
# Partition clearing information
@ -46,14 +46,10 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
%end
%packages --exclude-weakdeps
audit
basesystem
bash
coreutils
curl
dhcp-client
dnf5
e2fsprogs
fedora-remix-logos
filesystem
generic-logos
@ -65,32 +61,36 @@ hostname
initial-setup
iproute
iputils
kbd
less
man-db
ncurses
openssh-clients
openssh-server
parted
policycoreutils
procps-ng
qemu-guest-agent
rootfiles
rpm
selinux-policy-targeted
setup
shadow-utils
spice-vdagent
sssd-common
sssd-kcm
sudo
systemd
util-linux
vim-minimal
-audit
-coreutils
-curl
-e2fsprogs
-fedora-logos
-fedora-release
-fedora-release-common
-fedora-release-identity-basic
-fedora-release-notes
-kbd
-less
-man-db
-openssh-clients
-openssh-server
-parted
-policycoreutils
-procps-ng
-selinux-policy-targeted
-sssd-common
-sssd-kcm
-sudo
-util-linux
-vim-minimal
%end

View File

@ -55,6 +55,7 @@ curl
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
e2fsprogs
fedora-remix-logos
@ -71,6 +72,7 @@ initial-setup
iproute
iputils
kbd
kernel
less
libusb1
man-db

View File

@ -16,6 +16,7 @@ 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
@ -23,6 +24,7 @@ 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