Merge branch 'fix-machine-id' into 'master'

Fix /etc/machine-id generation for first-boot

Closes #52

See merge request raspi-team/image-specs!75
This commit is contained in:
Diederik de Haas 2022-12-08 17:51:06 +00:00
commit 9dde6e09e0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ else:
if suite == 'buster':
touch_machine_id = 'touch /etc/machine-id'
else:
touch_machine_id = ''
touch_machine_id = 'echo "uninitialized" > /etc/machine-id'
# Buster shipped timesyncd directly into systemd:
if suite == 'buster':