Skip to content

Commit

Permalink
add mkpasswd?
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2023
1 parent 3e7bd44 commit f162966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
qemu-kvm \
qemu-img \
cargo \
mkpasswd \
moby-engine
- name: Set up QEMU
Expand Down
2 changes: 2 additions & 0 deletions tests/postinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ rm -f /var/lib/systemd/random-seed
rm -f /etc/NetworkManager/system-connections/*.nmconnection
# dnf -y remove dracut-config-generic

# dracut -vvv --force --regenerate-all -N

rm -f /etc/machine-id
touch /etc/machine-id

Expand Down

0 comments on commit f162966

Please sign in to comment.