Changeset 6e5e4d2


Ignore:
Timestamp:
06/05/2016 08:58:00 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0ad800b2
Parents:
05664c3e
Message:

[Systemd merge] - qemu

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17449 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r05664c3e r6e5e4d2  
    9090      <xref linkend="mesa"/>,
    9191      <xref linkend="sdl"/>,
    92       <xref linkend="vte"/>,
     92      <xref linkend="vte"/>, and
    9393      <ulink url="http://www.libssh2.org">libssh2</ulink>
    9494    </para>
     
    367367<screen role="root"><userinput>sysctl -w net.ipv4.ip_forward=1</userinput></screen>
    368368
    369         <para>To make this permanent, add the command to
     369        <para revision="sysv">To make this permanent, add the command to
    370370        <filename>/etc/sysctl.conf:</filename></para>
    371371
    372 <screen role="root"><userinput>cat &gt;&gt; /etc/sysctl.conf &lt;&lt; EOF
     372<screen role="root" revision="sysv"><userinput>cat &gt;&gt; /etc/sysctl.conf &lt;&lt; EOF
    373373net.ipv4.ip_forward=1
    374374EOF</userinput></screen>
     375
     376        <para revision="systemd">To make this permanent, add the command to
     377        <filename>/etc/sysctl.d/60-net-forward.conf:</filename></para>
     378
     379<screen role="root" revision="systemd"><userinput>cat &gt;&gt; /etc/sysctl.d/60-net-forward.conf &lt;&lt; EOF
     380net.ipv4.ip_forward=1
     381EOF</userinput></screen>
     382
    375383
    376384      </listitem>
Note: See TracChangeset for help on using the changeset viewer.