diff options
-rw-r--r-- | chapter04/addinguser.xml | 2 | ||||
-rw-r--r-- | chapter04/settingenviron.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 59fca9468..49fb43466 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -11,7 +11,7 @@ <title>Adding the LFS User</title> <para>When logged in as user <systemitem class="username">root</systemitem>, - making a single mistake can damage or destroy a system. Therefore, + making a single mistake can damage or destroy a system. Therefore, the packages in the next two chapters are built as an unprivileged user. You could use your own user name, but to make it easier to set up a clean working environment, create a new user called <systemitem diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 3b682b061..4c419d00a 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -179,7 +179,7 @@ EOF</userinput></screen> out of the way. As the <systemitem class="username">root</systemitem> user, run:</para> - <screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen> + <screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen> <para>After use of the <systemitem class="username">lfs</systemitem> user is finished at the beginning of <xref |