Skip to content

Commit

Permalink
install: Truly delete all machine-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Sep 8, 2023
1 parent e1370bc commit 00dc934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ curl -fsSL $ROOT/install/network/avahi.sh | bash

# Following https://systemd.io/BUILDING_IMAGES/
echo "Restarting machine-id."
rm /etc/machine-id && touch /etc/machine-id
rm -rf /etc/machine-id /var/lib/dbus/machine-id
echo "Restarting random-seeds."
rm -rf /var/lib/systemd/random-seed /loader/random-seed

Expand Down

0 comments on commit 00dc934

Please sign in to comment.