summaryrefslogtreecommitdiff
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
commit908149098ed9d31d817c438e505ecdbf15f9f3db (patch)
tree1c727b7e6e031984711e37441bb5c7aee699158c
parent16b8b392ad048566729f30d7c3887d1bfdf21bd4 (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.
-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 \