Author: renodr
Date: Fri Jul 12 20:31:48 2019
New Revision: 11636

Log:
Fix issue with systemd-machine-id-setup introduced by my earlier commit

Modified:
   trunk/BOOK/chapter06/systemd.xml

Modified: trunk/BOOK/chapter06/systemd.xml
==============================================================================
--- trunk/BOOK/chapter06/systemd.xml    Fri Jul 12 13:38:13 2019        (r11635)
+++ trunk/BOOK/chapter06/systemd.xml    Fri Jul 12 20:31:48 2019        (r11636)
@@ -197,15 +197,15 @@
 
 <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
 
-    <para>Remove symbolic links to Util-Linux libraries:</para>
-
-<screen><userinput remap="install">rm -fv 
/usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen>
-
     <para>Create the <filename>/etc/machine-id</filename> file needed by
     <command>systemd-journald</command>:</para>
 
 <screen><userinput remap="adjust">systemd-machine-id-setup</userinput></screen>
 
+    <para>Remove symbolic links to Util-Linux libraries:</para>
+
+<screen><userinput remap="install">rm -fv 
/usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen>
+
     <para>Prevent systemd from creating <filename>/run/nologin</filename>
     to allow unprivileged user logins without
     <application>systemd-logind</application>:</para>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to