commit d59b9d3f588a6e5b3ccb88fb146a97ea7b8df16f
Author: Kushal Das <kushaldas(a)gmail.com>
Date: Wed Jul 15 19:42:16 2015 +0530
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 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks
index 66fd004..bc24ca3 100644
--- a/fedora-cloud-base.ks
+++ b/fedora-cloud-base.ks
@@ -103,8 +103,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.