Author: dj
Date: Sun Jun  5 13:58:00 2016
New Revision: 17449

Log:
[Systemd merge] - qemu

Modified:
   trunk/BOOK/postlfs/virtualization/qemu.xml

Modified: trunk/BOOK/postlfs/virtualization/qemu.xml
==============================================================================
--- trunk/BOOK/postlfs/virtualization/qemu.xml  Sun Jun  5 10:06:52 2016        
(r17448)
+++ trunk/BOOK/postlfs/virtualization/qemu.xml  Sun Jun  5 13:58:00 2016        
(r17449)
@@ -89,7 +89,7 @@
       <xref linkend="nss"/> (for libcacard.so),
       <xref linkend="mesa"/>,
       <xref linkend="sdl"/>,
-      <xref linkend="vte"/>,
+      <xref linkend="vte"/>, and
       <ulink url="http://www.libssh2.org";>libssh2</ulink>
     </para>
 
@@ -366,13 +366,21 @@
 
 <screen role="root"><userinput>sysctl -w 
net.ipv4.ip_forward=1</userinput></screen>
 
-        <para>To make this permanent, add the command to
+        <para revision="sysv">To make this permanent, add the command to
         <filename>/etc/sysctl.conf:</filename></para>
 
-<screen role="root"><userinput>cat &gt;&gt; /etc/sysctl.conf &lt;&lt; EOF
+<screen role="root" revision="sysv"><userinput>cat &gt;&gt; /etc/sysctl.conf 
&lt;&lt; EOF
 net.ipv4.ip_forward=1
 EOF</userinput></screen>
 
+        <para revision="systemd">To make this permanent, add the command to
+        <filename>/etc/sysctl.d/60-net-forward.conf:</filename></para>
+
+<screen role="root" revision="systemd"><userinput>cat &gt;&gt; 
/etc/sysctl.d/60-net-forward.conf &lt;&lt; EOF
+net.ipv4.ip_forward=1
+EOF</userinput></screen>
+
+
       </listitem>
 
       <listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to