mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
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:
@@ -139,7 +139,7 @@ else:
|
|||||||
if suite == 'buster':
|
if suite == 'buster':
|
||||||
touch_machine_id = 'touch /etc/machine-id'
|
touch_machine_id = 'touch /etc/machine-id'
|
||||||
else:
|
else:
|
||||||
touch_machine_id = ''
|
touch_machine_id = 'echo "uninitialized" > /etc/machine-id'
|
||||||
|
|
||||||
# Buster shipped timesyncd directly into systemd:
|
# Buster shipped timesyncd directly into systemd:
|
||||||
if suite == 'buster':
|
if suite == 'buster':
|
||||||
|
|||||||
Reference in New Issue
Block a user