diff options
| -rwxr-xr-x | meta/recipes-core/systemd/systemd-systemctl/systemctl | 2 |
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 45b29671ee..cddae75a06 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").write_text("uninitialized") | 305 | (root / SYSCONFDIR / "machine-id").touch() |
| 306 | 306 | ||
| 307 | 307 | ||
| 308 | def main(): | 308 | def main(): |
