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

@@ -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