summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-rwxr-xr-xmeta/recipes-core/systemd/systemd-systemctl/systemctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-systemctl/systemctl b/meta/recipes-core/systemd/systemd-systemctl/systemctl
index cddae75a06..45b29671ee 100755
--- a/meta/recipes-core/systemd/systemd-systemctl/systemctl
+++ b/meta/recipes-core/systemd/systemd-systemctl/systemctl
@@ -302,7 +302,7 @@ def preset_all(root):
302 # For the stateless configuration, where /etc is generated at runtime 302 # For the stateless configuration, where /etc is generated at runtime
303 # (for example on a tmpfs), this script shouldn't run at all and we 303 # (for example on a tmpfs), this script shouldn't run at all and we
304 # allow systemd to completely populate /etc. 304 # allow systemd to completely populate /etc.
305 (root / SYSCONFDIR / "machine-id").touch() 305 (root / SYSCONFDIR / "machine-id").write_text("uninitialized")
306 306
307 307
308def main(): 308def main():