]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
core: Add machine-id setting 490/head
authorNils Carlson <pyssling@ludd.ltu.se>
Sun, 5 Jul 2015 22:00:59 +0000 (00:00 +0200)
committerNils Carlson <pyssling@ludd.ltu.se>
Tue, 12 Jan 2016 22:10:41 +0000 (22:10 +0000)
commitee48dbd55f544d9ee4a17497b5757be7e854c869
treee290abed946e3c8dc1f77efeafe2aec61095265c
parenta41a7181c9af8f9ac93a85a2cf133294dd202c8e
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/kernel-command-line.xml
man/machine-id.xml
man/systemd.xml
src/core/machine-id-setup.c
src/core/machine-id-setup.h
src/core/main.c
src/machine-id-setup/machine-id-setup-main.c