From ee48dbd55f544d9ee4a17497b5757be7e854c869 Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Mon, 6 Jul 2015 00:00:59 +0200 Subject: core: Add machine-id setting Allow for overriding all other machine-ids which may be present on the system using a kernel command line systemd.machine_id or --machine-id= option. This is especially useful for network booted systems where the machine-id needs to be static, or for containers where a specific machine-id is wanted. --- man/systemd.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'man/systemd.xml') diff --git a/man/systemd.xml b/man/systemd.xml index 6de18f8294..367972099b 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -255,6 +255,14 @@ . + + + + Override the machine-id set on the hard drive, + userful for network booting or for containers. May not be set + to all zeros. + + @@ -976,6 +984,15 @@ than once to set multiple variables. + + systemd.machine_id= + + Takes a 32 character hex value to be + used for setting the machine-id. Intended mostly for + network booting where the same machine-id is desired + for every boot. + + quiet -- cgit v1.2.3-54-g00ecf