diff options
-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 0ab31d38d..9c9099e39 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -204,7 +204,7 @@ meson --prefix=/usr \ <para>Remove symbolic links to Util-Linux libraries:</para> -<screen><userinput remap="install">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> +<screen><userinput remap="adjust">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 |