mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
a28ea0a572
@ -48,8 +48,8 @@
|
|||||||
as well:</para>
|
as well:</para>
|
||||||
|
|
||||||
<screen><userinput>cat > /etc/hosts << EOF
|
<screen><userinput>cat > /etc/hosts << EOF
|
||||||
127.0.0.1 localhost $(hostname)
|
<literal>127.0.0.1 localhost $(hostname)
|
||||||
::1 localhost
|
::1 localhost</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>In order for user <systemitem class="username">root</systemitem> to be
|
<para>In order for user <systemitem class="username">root</systemitem> to be
|
||||||
|
@ -53,6 +53,8 @@
|
|||||||
|
|
||||||
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
|
<para>Build the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>This package does not come with a test suite.</para>
|
||||||
|
@ -116,10 +116,10 @@
|
|||||||
well. If desired, suppress these warnings by running the following
|
well. If desired, suppress these warnings by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">cat > /etc/pip.conf << EOF
|
<screen><userinput remap="install">cat > /etc/pip.conf << EOF
|
||||||
[global]
|
<literal>[global]
|
||||||
root-user-action = ignore
|
root-user-action = ignore
|
||||||
disable-pip-version-check = true
|
disable-pip-version-check = true</literal>
|
||||||
EOF
|
EOF
|
||||||
</userinput></screen>
|
</userinput></screen>
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user