Skip to content

Commit

Permalink
he: Add missing packages for el9stream
Browse files Browse the repository at this point in the history
'sysstat' on el9stream requires additional packages to be available.
This doesn't break el8stream.

Signed-off-by: Marcin Sobczyk <[email protected]>
  • Loading branch information
tinez authored and mrkev-gh committed Oct 5, 2022
1 parent 047dbae commit a82f7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/he-installed.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--memsize $(_MEMSIZE) \
$(_CHANGE_DNF_CACHE_TO_DEV_SHM) \
--run "$*-provision-he.sh" \
--run-command "dnf download --downloaddir /var/tmp sysstat lm_sensors-libs.x86_64" \
--run-command "dnf download --downloaddir /var/tmp sysstat lm_sensors-libs.x86_64 pcp-conf pcp-libs.x86_64" \
$(_RESTORE_REGULAR_DNF_CACHE) \
--upload cirros.img:/var/tmp \
--run-command "chown root:root /var/tmp/cirros.img" \
Expand Down

0 comments on commit a82f7a4

Please sign in to comment.