Skip to content

Commit

Permalink
Add chkconfig dependency for systemd (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4k3r authored Nov 9, 2023
1 parent 7b2572e commit e134752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws_minimal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ build {
scripts = [
"shared/scripts/data-directories.sh",
"aws_minimal/scripts/dnf-update.sh",
"aws_minimal/scripts/gnupg.sh",
"aws_minimal/scripts/system-deps.sh",
"aws_minimal/scripts/docker.sh",
"shared/scripts/gvisor.sh",
"aws_minimal/scripts/cloudwatch-agent.sh",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# We need it for binary verification.
sudo dnf swap -y gnupg2-minimal gnupg2-full

# We need it for service management.
sudo dnf install -y chkconfig

0 comments on commit e134752

Please sign in to comment.