Changeset 2e9e5b4


Ignore:
Timestamp:
09/14/2022 03:52:01 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e4c6597
Parents:
95789f1
git-author:
Xi Ruoyao <xry111@…> (09/14/2022 03:50:55 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/14/2022 03:52:01 AM)
Message:

add <literal> to make commands for temp /etc/hosts and final /etc/pip3.conf looking better

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    r95789f1 r2e9e5b4  
    4949
    5050<screen><userinput>cat &gt; /etc/hosts &lt;&lt; EOF
    51 127.0.0.1  localhost $(hostname)
    52 ::1        localhost
     51<literal>127.0.0.1  localhost $(hostname)
     52::1        localhost</literal>
    5353EOF</userinput></screen>
    5454
  • chapter08/python.xml

    r95789f1 r2e9e5b4  
    117117    commands:</para>
    118118
    119  <screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
    120 [global]
     119<screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
     120<literal>[global]
    121121root-user-action = ignore
    122 disable-pip-version-check = true
     122disable-pip-version-check = true</literal>
    123123EOF
    124124</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.