Changeset 3322dab in clfs-sysroot
- Timestamp:
- Jun 5, 2006, 2:55:10 PM (18 years ago)
- Branches:
- master
- Children:
- 3e336a7
- Parents:
- 59fb197
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/common/chowning.xml
r59fb197 r3322dab 25 25 </important> 26 26 27 <para> First, Change the <systemitem class="username">user</systemitem>:28 <systemitem class="group">group</systemitem> on theentire lfs system.</para>27 <para>Make <systemitem class="username">root</systemitem> the owner of the 28 entire lfs system.</para> 29 29 30 30 <screen><userinput>chown -Rv root:root ${LFS}</userinput></screen> 31 31 32 <para>The following files require a <systemitem class="username">user</systemitem> 33 :<systemitem class="group">group</systemitem> combination other then 34 <systemitem class="username">root</systemitem>:<systemitem class="group">root 35 </systemitem>.</para> 32 <para>The following files are not the be owned by 33 <systemitem class="username">root</systemitem>.</para> 36 34 37 35 <screen><userinput>chgrp -v utmp ${LFS}/var/run/utmp ${LFS}/var/log/lastlog</userinput></screen> -
BOOK/final-system/common/iproute2.xml
r59fb197 r3322dab 26 26 <title>Installation of IPRoute2</title> 27 27 28 <para os="s1">The following command prevents install trying to strip the binaries</para>28 <para os="s1">The following command prevents install from trying to strip the binaries</para> 29 29 30 30 <screen os="s2"><userinput>for dir in ip misc tc; do
Note:
See TracChangeset
for help on using the changeset viewer.