瀏覽代碼

Remove unnecesary instructions from Systemd page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 12 年之前
父節點
當前提交
d89ca8ecb2
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      chapter06/systemd.xml

+ 0 - 7
chapter06/systemd.xml

@@ -113,13 +113,6 @@
 done
 done
 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
 
 
-    <para>By default, Journald logs to a tmpfs which means that logs
-    are not persistent through reboots. To make it log to a disk,
-    create the <filename class="directory">
-    /var/log/journal</filename> directory:</para>
-
-<screen><userinput remap="install">mkdir -pv /var/log/journal</userinput></screen>
-
     <para>Remove a reference to a non-existent group:</para>
     <para>Remove a reference to a non-existent group:</para>
 
 
 <screen><userinput remap="install">sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
 <screen><userinput remap="install">sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>