]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
systemd: Generate machine-id on first run.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 1 Sep 2016 11:35:25 +0000 (13:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Sep 2016 11:40:03 +0000 (12:40 +0100)
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 <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
systemd/systemd.nm

index 35d2b0bef40b7234cf054489395d1d5b0a0f43e7..585916b0c3afdc1bc0eb34f727d967d8b8c92124 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 221
-release    = 4
+release    = 5
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 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 || :