diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-29 15:25:58 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-29 15:25:58 +0000 |
commit | 15f0f2145d14a81b413e1e797c6904f499b0e4f2 (patch) | |
tree | c7c849d89a1cee31aa979da786f21254f16c9af7 /chapter06 | |
parent | 1e472fb9acf1c14f1e13c824b6ca89e1198410be (diff) |
In systemd, "systemd-machine-id-setup" does not work when doing a DESTDIR
install, unless it is run after moving the DESTDIR to the system. So change
the remap attribute to "adjust".
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 45277e67e..383824388 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -228,7 +228,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <para>Create the <filename>/etc/machine-id</filename> file needed by <command>systemd-journald</command>:</para> -<screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> +<screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen> <para>Since the testsuite largely depends on the host system kernel configuration, some tests may fail. It also needs a modification in |