From b6b0f37a1d5c18a0e874c6c7aefb219facf26d6e Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 1 Sep 2016 13:35:25 +0200 Subject: [PATCH] systemd: Generate machine-id on first run. Do not longer generate the machine-id during the installation progress, it will be gernerated (if not exists) on the first run of the system automatically. Fixes #10078. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- systemd/systemd.nm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 35d2b0bef..585916b0c 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@ name = systemd version = 221 -release = 4 +release = 5 maintainer = Stefan Schantl groups = System/Base @@ -231,9 +231,6 @@ packages end script postin - # Generate Machine ID. - /usr/bin/systemd-machine-id-setup > /dev/null 2>&1 || : - # Reexec systemd daemon. /usr/bin/systemctl daemon-reexec > /dev/null 2>&1 || : -- 2.39.2