Skip to content

Commit

Permalink
Make sure to setup machine ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 26, 2024
1 parent cba31a9 commit 486bd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible-test/archlinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildah run "${build}" -- /bin/bash -c "ln -s /usr/share/zoneinfo/UTC /etc/local
buildah run "${build}" -- /bin/bash -c "sed /etc/locale.gen -i -e 's/# *en_US\\.UTF-8/en_US.UTF-8/'"
buildah run "${build}" -- /bin/bash -c "locale-gen"
buildah run "${build}" -- /bin/bash -c "echo 'LANG=en_US.UTF-8' > /etc/locale.conf"
buildah run "${build}" -- /bin/bash -c "systemd-machine-id-setup"

buildah config --env container=docker "${build}"
buildah config --cmd "/usr/sbin/init" "${build}"
Expand Down

0 comments on commit 486bd35

Please sign in to comment.