Changeset 73b32c7 in clfs-embedded for BOOK/bootable/common/chowning.xml
- Timestamp:
- Nov 14, 2006, 7:08:42 AM (18 years ago)
- Branches:
- master
- Children:
- 157e6cb
- Parents:
- 5376ffe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/common/chowning.xml
r5376ffe r73b32c7 12 12 13 13 <para>Throughout the book, every package has been compiled and installed as 14 the <systemitem class="username"> lfs</systemitem> user. The final system14 the <systemitem class="username">clfs</systemitem> user. The final system 15 15 should be owned by <systemitem class="username">root</systemitem>.</para> 16 16 … … 26 26 27 27 <para>Make <systemitem class="username">root</systemitem> the owner of the 28 entire CLFS system .</para>28 entire CLFS system:</para> 29 29 30 30 <screen><userinput>chown -Rv root:root ${CLFS}</userinput></screen> 31 31 32 <para>The following files are not t hebe owned by33 <systemitem class="username">root</systemitem> .</para>32 <para>The following files are not to be owned by 33 <systemitem class="username">root</systemitem>:</para> 34 34 35 35 <screen><userinput>chgrp -v utmp ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen> 36 36 37 37 <para>The following device nodes need to be created for the system to 38 boot .</para>38 boot:</para> 39 39 40 40 <screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
Note:
See TracChangeset
for help on using the changeset viewer.