Ignore:
Timestamp:
12/26/2020 03:51:54 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
fb87fac
Parents:
ce9b68d
Message:

decorate usernames with <systemitem>

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12071 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/stages.xml

    rce9b68d r34fe7e0  
    2626    <itemizedlist>
    2727      <listitem>
    28         <para>Procedures done as the root user after Section 2.4 need to
    29         have the LFS environment variable set <emphasis>FOR THE ROOT
    30         USER</emphasis>.</para>
     28        <para>Procedures done as the
     29        <systemitem class="username">root</systemitem> user after Section
     30        2.4 need to have the LFS environment variable set
     31        <emphasis>FOR THE ROOT USER</emphasis>.</para>
    3132      </listitem>
    3233    </itemizedlist>
     
    4243
    4344      <listitem>
    44         <para>Threse two chapters must be done as user <emphasis>lfs</emphasis>.
     45        <para>These two chapters <emphasis>must</emphasis> be done as user
     46        <systemitem class="username">lfs</systemitem>.
    4547        A <command>su - lfs</command> needs to be done before any task in these
    4648        chapters. Failing to do that, you are at risk of installing packages to the
     
    6971        <para>A few operations, from <quote>Changing Ownership</quote> to
    7072        <quote>Entering the Chroot Environment</quote> must be done as the
    71         root user, with the LFS environment variable set for the root user.</para>
     73        <systemitem class="username">root</systemitem> user, with the LFS
     74        environment variable set for the
     75        <systemitem class="username">root</systemitem>user.</para>
    7276      </listitem>
    7377
    7478      <listitem>
    7579         <para> When entering chroot, the LFS environment variable must be set
    76          for root. The LFS variable is not used afterwards.</para>
     80         for <systemitem class="username">root</systemitem>. The LFS
     81         variable is not used afterwards.</para>
    7782      </listitem>
    7883
     
    8085         <para> The virtual file systems must be mounted.  This can be done
    8186         before or after entering chroot by changing to a host virtual terminal
    82          and, as root, running the commands in
     87         and, as <systemitem class="username">root</systemitem>, running the
     88         commands in
    8389         <xref linkend='ch-tools-bindmount'/> and
    8490         <xref linkend='ch-tools-kernfsmount'/>.</para>
Note: See TracChangeset for help on using the changeset viewer.