mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 04:56:55 +02: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 0af557e86d
.
3 lines
54 B
Bash
3 lines
54 B
Bash
#!/bin/sh
|
|
|
|
exec dbus-uuidgen --ensure=/etc/machine-id
|