Changeset e24b7ec in clfs-embedded for BOOK/final-preps
- Timestamp:
- Jul 17, 2017, 7:28:39 PM (7 years ago)
- Branches:
- master
- Children:
- 81b4464
- Parents:
- 5d8ddbf
- git-author:
- Andrew Bradford <andrew@…> (07/17/17 18:32:58)
- git-committer:
- Andrew Bradford <andrew@…> (07/17/17 19:28:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/addinguser.xml
r5d8ddbf re24b7ec 18 18 class="username">clfs</systemitem> as a member of a new group (also named 19 19 <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> 21 21 22 22 <screen><userinput>sudo groupadd clfs … … 73 73 does not require the <systemitem class="username">clfs</systemitem> user 74 74 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> 76 76 77 77 <screen><userinput>sudo passwd clfs</userinput></screen> … … 79 79 <para>Grant <systemitem class="username">clfs</systemitem> full access to 80 80 <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> 82 83 83 84 <screen><userinput>sudo chown -Rv clfs ${CLFS}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.