[Fedora-spins] [spin-kickstarts] Commenting out removal of linux-firmware package for #1234504

Kushal Das kushal at fedoraproject.org
Wed Jul 15 14:14:12 UTC 2015


commit 030ae28c3494460b0e7ed6847518248ed20dc17c
Author: Kushal Das <kushaldas at 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 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.


More information about the spins mailing list