From 030ae28c3494460b0e7ed6847518248ed20dc17c Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Wed, 15 Jul 2015 19:42:16 +0530 Subject: [PATCH] Commenting out removal of linux-firmware package for #1234504 For some reason the kernel-core is not protected by dnf, so when we are trying to remove linux-firmware, it was actually removing kernel-core package. Commenting out the lines for now. --- fedora-cloud-base.ks | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 5eb3927..01b4791 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -116,8 +116,9 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target echo . # this is installed by default but we don't need it in virt -echo "Removing linux-firmware package." -dnf -C -y erase linux-firmware +# Commenting out the following for #1234504 +#echo "Removing linux-firmware package." +#dnf -C -y erase linux-firmware # Remove firewalld; was supposed to be optional in F18+, but is pulled in # in install/image building.