summaryrefslogtreecommitdiff
path: root/recipes/images
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-12-17 17:13:25 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-12-18 10:45:56 +0100
commitbc6af299523f837705f01bb05cf4df3f6d42720a (patch)
tree2be13f03f5816d5ec9ae568a955f0a3afa53817d /recipes/images
parent6de3a08346754cf22ca55d3ec97f63a84a3e67bc (diff)
trdx-extra.inc: ensure machine-id is non volatile
If the rootfs in early init is read-only /etc/machine-id is in a tempfs. systemd-machine-id-commit can be used to migrate to the 'real' rootfs. The command is run in the installers postinst and thus needs no further activation.
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/trdx-extra.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 1b39df4..56734fe 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -126,6 +126,8 @@ IMAGE_INSTALL += " \
max9526-i2c \
linux-firmware-ralink \
\
+ systemd-machine-id-commit \
+ \
alsa-utils \
alsa-utils-aplay \
alsa-utils-amixer \