mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
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.
This commit is contained in:
parent
aed60a7078
commit
030ae28c34
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user