Skip to content

Commit bd4b26a

Browse files
fix(post): cloud-init
1 parent 9b646b8 commit bd4b26a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2022-03-19-cloud-init-cloud-image.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ sudo rm -f /etc/machine-id
7171
sduo rm -f /var/lib/dbus/machine-id
7272
```
7373

74-
Then shut it down and do not boot it up
74+
Then shut it down and do not boot it up. A new id will be generated the next time it boots. If it does not you can run:
75+
```bash
76+
sudo systemd-machine-id-setup
77+
```
7578

7679
## Links
7780

0 commit comments

Comments
 (0)