We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc64cab commit d1d445bCopy full SHA for d1d445b
include/bootstrap/fedora/deploy.sh
@@ -93,7 +93,7 @@ do_install()
93
component_exec core/mnt core/net
94
95
msg -n "Setting dnf excludes ..."
96
- echo "exclude=kernel* *-firmware grubby" >> "${CHROOT_DIR}"/etc/dnf/dnf.conf
+ echo "exclude=grubby" >> "${CHROOT_DIR}"/etc/dnf/dnf.conf
97
is_ok "fail" "done"
98
99
msg -n "Upgrading packages ..."
0 commit comments