public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] systemd: Generate machine-id on first run.
@ 2016-09-01 11:35 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-09-01 11:35 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

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(a)ipfire.org>
---
 systemd/systemd.nm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/systemd/systemd.nm b/systemd/systemd.nm
index 35d2b0b..585916b 100644
--- a/systemd/systemd.nm
+++ b/systemd/systemd.nm
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 221
-release    = 4
+release    = 5
 
 maintainer = Stefan Schantl <stefan.schantl(a)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 || :
 
-- 
2.5.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-01 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-01 11:35 [PATCH] systemd: Generate machine-id on first run Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox