mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-25 15:32:19 +01:00
we need /etc/machine-id for some testsuites, for example for main/gcr. We solve the missing /dev/urandom in chroot by falling back to getrandom(2). fixes #11327 Upstream merge request: https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/147 This reverts commit 0af557e86d000ac9a1bc35a99b5d14d417c67d72.
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/sh
|
|
|
|
exec dbus-uuidgen --ensure=/etc/machine-id
|