Skip to content

Commit d1d445b

Browse files
committed
Removed excludes for Fedora besides grubby
I do this because Xfce installation failing.
1 parent dc64cab commit d1d445b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bootstrap/fedora/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ do_install()
9393
component_exec core/mnt core/net
9494

9595
msg -n "Setting dnf excludes ..."
96-
echo "exclude=kernel* *-firmware grubby" >> "${CHROOT_DIR}"/etc/dnf/dnf.conf
96+
echo "exclude=grubby" >> "${CHROOT_DIR}"/etc/dnf/dnf.conf
9797
is_ok "fail" "done"
9898

9999
msg -n "Upgrading packages ..."

0 commit comments

Comments
 (0)