Changeset 2ad6d43 for chapter07


Ignore:
Timestamp:
04/21/2022 03:24:28 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
a3a9213
Parents:
f9dc44bc
git-author:
Xi Ruoyao <xry111@…> (04/21/2022 06:12:43 AM)
git-committer:
William Harrington <kb0iic@…> (04/21/2022 03:24:28 PM)
Message:

decorate the references to root and lfs user

The references already correctly decorated are not changed because "if
it's not broken don't fix it".

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/cleanup.xml

    rf9dc44bc r2ad6d43  
    157157
    158158    <warning><para>The following commands are extremely dangerous.  If
    159     you run <command>rm -rf ./*</command> as the root user and you
     159    you run <command>rm -rf ./*</command> as the &root; user and you
    160160    do not change to the $LFS directory or the <envar>LFS</envar>
    161     environment variable is not set for the root user, it will destroy
     161    environment variable is not set for the &root; user, it will destroy
    162162    your entire host system.  YOU ARE WARNED.</para></warning>
    163163
  • chapter07/introduction.xml

    rf9dc44bc r2ad6d43  
    2626  run as <systemitem class="username">root</systemitem>, with the
    2727  <envar>LFS</envar> variable set. After entering chroot, all commands
    28   are run as root, fortunately without access to the OS of the computer
     28  are run as &root;, fortunately without access to the OS of the computer
    2929  you built LFS on. Be careful anyway, as it is easy to destroy the whole
    3030  LFS system with badly formed commands.</para>
Note: See TracChangeset for help on using the changeset viewer.