mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
[Systemd merge] - qemu
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17449 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
05664c3e79
commit
6e5e4d2a44
@ -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 @@ EOF</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>
|
||||
|
||||
<screen role="root"><userinput>cat >> /etc/sysctl.conf << EOF
|
||||
<screen role="root" revision="sysv"><userinput>cat >> /etc/sysctl.conf << 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 >> /etc/sysctl.d/60-net-forward.conf << EOF
|
||||
net.ipv4.ip_forward=1
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user