systemd-machine-id-setup
linux
Initialize the machine ID stored in `/etc/machine-id` at install time with a provisioned or randomly generated ID. Note: Always use `sudo` to execute these commands as they require elevated privileges.
More info →Examples (4)
Print the generated or committed machine ID
systemd-machine-id-setup --printSpecify an image policy
systemd-machine-id-setup --image-policy your_policyDisplay the output as JSON
sudo systemd-machine-id-setup --json prettyOperate on a disk image instead of a directory tree
systemd-machine-id-setup --image /path/to/imagemade by @shridhargupta | data from tldr-pages