[Systemd merge] - qemu

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17449 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2016-06-05 20:58:00 +00:00
parent 05664c3e79
commit 6e5e4d2a44

View File

@ -89,7 +89,7 @@
<xref linkend="nss"/> (for libcacard.so), <xref linkend="nss"/> (for libcacard.so),
<xref linkend="mesa"/>, <xref linkend="mesa"/>,
<xref linkend="sdl"/>, <xref linkend="sdl"/>,
<xref linkend="vte"/>, <xref linkend="vte"/>, and
<ulink url="http://www.libssh2.org">libssh2</ulink> <ulink url="http://www.libssh2.org">libssh2</ulink>
</para> </para>
@ -366,13 +366,21 @@ EOF</userinput></screen>
<screen role="root"><userinput>sysctl -w net.ipv4.ip_forward=1</userinput></screen> <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> <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 net.ipv4.ip_forward=1
EOF</userinput></screen> 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>
<listitem> <listitem>