Explicitly list dracut and the Linux kernel as packages
This commit is contained in:
parent
c7e7c8f21a
commit
85301e9e9a
@ -248,6 +248,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -275,6 +276,7 @@ iwlegacy-firmware
|
|||||||
iwlwifi-dvm-firmware
|
iwlwifi-dvm-firmware
|
||||||
iwlwifi-mvm-firmware
|
iwlwifi-mvm-firmware
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libertas-firmware
|
libertas-firmware
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
|
@ -258,6 +258,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -285,6 +286,7 @@ iwlegacy-firmware
|
|||||||
iwlwifi-dvm-firmware
|
iwlwifi-dvm-firmware
|
||||||
iwlwifi-mvm-firmware
|
iwlwifi-mvm-firmware
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libertas-firmware
|
libertas-firmware
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
|
@ -248,6 +248,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -275,6 +276,7 @@ iwlegacy-firmware
|
|||||||
iwlwifi-dvm-firmware
|
iwlwifi-dvm-firmware
|
||||||
iwlwifi-mvm-firmware
|
iwlwifi-mvm-firmware
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libertas-firmware
|
libertas-firmware
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
|
@ -240,6 +240,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -267,6 +268,7 @@ iwlegacy-firmware
|
|||||||
iwlwifi-dvm-firmware
|
iwlwifi-dvm-firmware
|
||||||
iwlwifi-mvm-firmware
|
iwlwifi-mvm-firmware
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libertas-firmware
|
libertas-firmware
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
|
@ -233,6 +233,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -254,6 +255,7 @@ hostname
|
|||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
libusb1
|
libusb1
|
||||||
|
@ -140,6 +140,7 @@ dejavu-sans-mono-fonts
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -160,6 +161,7 @@ hostname
|
|||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libusb1
|
libusb1
|
||||||
man-db
|
man-db
|
||||||
|
@ -27,7 +27,7 @@ timezone Europe/Paris --utc
|
|||||||
# Use network installation
|
# Use network installation
|
||||||
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
|
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=mbr --timeout=1
|
bootloader --location=mbr --timeout=1 --sdboot
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
zerombr
|
zerombr
|
||||||
# Partition clearing information
|
# Partition clearing information
|
||||||
@ -46,14 +46,10 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
audit
|
|
||||||
basesystem
|
basesystem
|
||||||
bash
|
bash
|
||||||
coreutils
|
|
||||||
curl
|
|
||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
e2fsprogs
|
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
filesystem
|
filesystem
|
||||||
generic-logos
|
generic-logos
|
||||||
@ -65,32 +61,36 @@ hostname
|
|||||||
initial-setup
|
initial-setup
|
||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
kbd
|
|
||||||
less
|
|
||||||
man-db
|
|
||||||
ncurses
|
ncurses
|
||||||
openssh-clients
|
|
||||||
openssh-server
|
|
||||||
parted
|
|
||||||
policycoreutils
|
|
||||||
procps-ng
|
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
rootfiles
|
rootfiles
|
||||||
rpm
|
rpm
|
||||||
selinux-policy-targeted
|
|
||||||
setup
|
setup
|
||||||
shadow-utils
|
shadow-utils
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
sssd-common
|
|
||||||
sssd-kcm
|
|
||||||
sudo
|
|
||||||
systemd
|
systemd
|
||||||
util-linux
|
-audit
|
||||||
vim-minimal
|
-coreutils
|
||||||
|
-curl
|
||||||
|
-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
|
||||||
|
-man-db
|
||||||
|
-openssh-clients
|
||||||
|
-openssh-server
|
||||||
|
-parted
|
||||||
|
-policycoreutils
|
||||||
|
-procps-ng
|
||||||
|
-selinux-policy-targeted
|
||||||
|
-sssd-common
|
||||||
|
-sssd-kcm
|
||||||
|
-sudo
|
||||||
|
-util-linux
|
||||||
|
-vim-minimal
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
@ -55,6 +55,7 @@ curl
|
|||||||
dhcp-client
|
dhcp-client
|
||||||
dnf5
|
dnf5
|
||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
@ -71,6 +72,7 @@ initial-setup
|
|||||||
iproute
|
iproute
|
||||||
iputils
|
iputils
|
||||||
kbd
|
kbd
|
||||||
|
kernel
|
||||||
less
|
less
|
||||||
libusb1
|
libusb1
|
||||||
man-db
|
man-db
|
||||||
|
@ -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)
|
curl # A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
dhcp-client # Provides the ISC DHCP client daemon and dhclient-script
|
dhcp-client # Provides the ISC DHCP client daemon and dhclient-script
|
||||||
dnf5 # Command-line package manager
|
dnf5 # Command-line package manager
|
||||||
|
dracut # Initramfs generator using udev
|
||||||
e2fsprogs # Utilities for managing ext2, ext3, and ext4 file systems
|
e2fsprogs # Utilities for managing ext2, ext3, and ext4 file systems
|
||||||
filesystem # The basic directory layout for a Linux system
|
filesystem # The basic directory layout for a Linux system
|
||||||
glibc # The GNU libc libraries
|
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
|
iproute # Advanced IP routing and network device configuration tools
|
||||||
iputils # Network monitoring tools including ping
|
iputils # Network monitoring tools including ping
|
||||||
kbd # Tools for configuring the console (keyboard, virtual terminals, etc.)
|
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
|
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
|
man-db # Tools for searching and reading man pages. Can be excluded
|
||||||
ncurses # Ncurses support utilities
|
ncurses # Ncurses support utilities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user