add pkg "hdparm" to be installed on image and used in image creation script

This commit is contained in:
Pratham Patel 2023-11-20 17:01:37 +05:30
parent 817821a274
commit 655dbbbc64
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TODAY="$(TZ='UTC' date +%Y.%m.%d)"
KICKSTART_FILE="${KICKSTART_BASE}.ks"
APPLIANCE_NAME="${KICKSTART_BASE}-$(dnf config-manager --dump-variables | grep releasever | awk '{print $3}')-$(uname -m)-minimal-${TODAY}"
IMAGE_NAME="${APPLIANCE_NAME}.raw"
COMMANDS_TO_CHECK=('appliance-creator' 'shasum' 'zstd')
COMMANDS_TO_CHECK=('appliance-creator' 'hdparm' 'shasum' 'zstd')
for COMMAND in "${COMMANDS_TO_CHECK[@]}"; do
if ! command -v "${COMMAND}" > /dev/null; then

View File

@ -54,6 +54,7 @@ btop
dash
epel-release
gzip
hdparm
htop
mock
neovim