Skip to content

Commit

Permalink
fix: install anaconda-install-img-deps package in anaconda installers.
Browse files Browse the repository at this point in the history
According to the anaconda team we should be using the `anaconda-install-img-deps`
metapackage to install all the boot.iso image dependencies.

Relates: fedora-iot/iot-distro#66
Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv authored and supakeen committed Nov 11, 2024
1 parent 9ca1cea commit 4897f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distro/fedora/package_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func anacondaPackageSet(t *imageType) rpmmd.PackageSet {
"alsa-tools-firmware",
"anaconda",
"anaconda-dracut",
"anaconda-install-env-deps",
"anaconda-install-img-deps",
"anaconda-widgets",
"atheros-firmware",
"audit",
Expand Down

0 comments on commit 4897f61

Please sign in to comment.