Skip to content

Commit 26ebb74

Browse files
committed
also ensure systemd location for machine-id
1 parent 6ed0530 commit 26ebb74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/firstrun.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PATH="/usr/sbin:/sbin:/usr/bin:/bin"
1515
SYSTEM_UUID="$(cat /sys/class/dmi/id/product_uuid)"
1616

1717
# ensure machine-id exists
18+
/usr/bin/dbus-uuidgen --ensure=/etc/machine-id || true
1819
/usr/bin/dbus-uuidgen --ensure
1920

2021
# ensure ssh host keys if ssh is installed

0 commit comments

Comments
 (0)