mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix two typos spotted by J. Lepiller and others introduced by myself
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
78cc3be1c3
commit
93058448b3
@ -195,7 +195,7 @@ tar --strip-components=1 \
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The package installer for Python. You can use pip to install
|
The package installer for Python. You can use pip to install
|
||||||
pacakges from Python Package Index and other indexes.
|
packages from Python Package Index and other indexes.
|
||||||
</para>
|
</para>
|
||||||
<indexterm zone="ch-system-Python">
|
<indexterm zone="ch-system-Python">
|
||||||
<primary sortas="b-pip3">pip3</primary>
|
<primary sortas="b-pip3">pip3</primary>
|
||||||
|
@ -422,7 +422,7 @@ chmod 755 /lib/systemd/systemd-user-sessions</userinput></screen>
|
|||||||
<term><command>resolvconf</command></term>
|
<term><command>resolvconf</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Register DNS server and domain configuration with
|
<para>Register DNS server and domain configuration with
|
||||||
<command>systemd-resolved</command>)</para>
|
<command>systemd-resolved</command></para>
|
||||||
<indexterm zone="ch-system-systemd resolvconf">
|
<indexterm zone="ch-system-systemd resolvconf">
|
||||||
<primary sortas="b-resolvconf">resolvconf</primary>
|
<primary sortas="b-resolvconf">resolvconf</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
<para>An example for a German keyboard and console is given below:</para>
|
<para>An example for a German keyboard and console is given below:</para>
|
||||||
<!-- This is what is used by jhalfs for creating the vconsole.conf file.
|
<!-- This is what is used by jhalfs for creating the vconsole.conf file.
|
||||||
Whenever you want to change the following, please inform the jhalfs
|
Whenever you want to change the following, please inform the jhalfs
|
||||||
maintianer(s). -->
|
maintainer(s). -->
|
||||||
<screen><userinput>cat > /etc/vconsole.conf << "EOF"
|
<screen><userinput>cat > /etc/vconsole.conf << "EOF"
|
||||||
<literal>KEYMAP=de-latin1
|
<literal>KEYMAP=de-latin1
|
||||||
FONT=Lat2-Terminus16</literal>
|
FONT=Lat2-Terminus16</literal>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<para>The following command creates a sample file for the
|
<para>The following command creates a sample file for the
|
||||||
<emphasis>eth0</emphasis> device with a static IP address:</para>
|
<emphasis>eth0</emphasis> device with a static IP address:</para>
|
||||||
<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change
|
<!-- jhalfs relies on the values for IFACE, IP, etc. If you want to change
|
||||||
them, please inform the jhalfs maintainer. -->
|
them, please inform the jhalfs maintainer(s). -->
|
||||||
<screen><userinput>cd /etc/sysconfig/
|
<screen><userinput>cd /etc/sysconfig/
|
||||||
cat > ifconfig.<replaceable>eth0</replaceable> << "EOF"
|
cat > ifconfig.<replaceable>eth0</replaceable> << "EOF"
|
||||||
<literal>ONBOOT=<replaceable>yes</replaceable>
|
<literal>ONBOOT=<replaceable>yes</replaceable>
|
||||||
|
@ -112,7 +112,7 @@ EOF</userinput></screen>
|
|||||||
Static IP setup (using both systemd-networkd and
|
Static IP setup (using both systemd-networkd and
|
||||||
systemd-resolved):</para>
|
systemd-resolved):</para>
|
||||||
<!-- jhalfs relies on the values for Name, Address, etc. If you want to change
|
<!-- jhalfs relies on the values for Name, Address, etc. If you want to change
|
||||||
them, please inform the jhalfs maintainer. -->
|
them, please inform the jhalfs maintainer(s). -->
|
||||||
<screen><userinput>cat > /etc/systemd/network/10-eth-static.network << "EOF"
|
<screen><userinput>cat > /etc/systemd/network/10-eth-static.network << "EOF"
|
||||||
<literal>[Match]
|
<literal>[Match]
|
||||||
Name=<replaceable><network-device-name></replaceable>
|
Name=<replaceable><network-device-name></replaceable>
|
||||||
|
Loading…
Reference in New Issue
Block a user