Changeset e24b7ec in clfs-embedded for BOOK


Ignore:
Timestamp:
Jul 17, 2017, 12:28:39 PM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
81b4464
Parents:
5d8ddbf
git-author:
Andrew Bradford <andrew@…> (07/17/17 11:32:58)
git-committer:
Andrew Bradford <andrew@…> (07/17/17 12:28:39)
Message:

final-preps/addinguser: Add notice that actions may need to be done by root

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/addinguser.xml

    r5d8ddbf re24b7ec  
    1818  class="username">clfs</systemitem> as a member of a new group (also named
    1919  <systemitem class="groupname">clfs</systemitem>) and use this user during
    20   the installation process.</para>
     20  the installation process.  You may need to do this as the root user:</para>
    2121
    2222<screen><userinput>sudo groupadd clfs
     
    7373  does not require the <systemitem class="username">clfs</systemitem> user
    7474  to have a password), give <systemitem class="username">clfs</systemitem>
    75   a password:</para>
     75  a password.  You may need to do this as the root user:</para>
    7676
    7777<screen><userinput>sudo passwd clfs</userinput></screen>
     
    7979  <para>Grant <systemitem class="username">clfs</systemitem> full access to
    8080  <filename class="directory">${CLFS}</filename> by making <systemitem
    81   class="username">clfs</systemitem> the directory's owner:</para>
     81  class="username">clfs</systemitem> the directory's owner.  You may need to do
     82  this as the root user:</para>
    8283
    8384<screen><userinput>sudo chown -Rv clfs ${CLFS}</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.