Changeset 9bfef72 for final-system
- Timestamp:
- Mar 23, 2006, 8:02:22 PM (19 years ago)
- Children:
- 9c5267a
- Parents:
- 1f3cb6f
- Location:
- final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/glibc.xml
r1f3cb6f r9bfef72 169 169 successfully:</para> 170 170 171 <screen ><userinput>mkdir -pv /usr/lib/locale171 <screen role="nodump"><userinput>mkdir -pv /usr/lib/locale 172 172 localedef -i de_DE -f ISO-8859-1 de_DE 173 173 localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro -
final-system/common/shadow.xml
r1f3cb6f r9bfef72 170 170 <para>To enable shadowed group passwords, run:</para> 171 171 172 <screen ><userinput>grpconv</userinput></screen>172 <screen role="nodump"><userinput>grpconv</userinput></screen> 173 173 174 174 <para>Under normal circumstances, passwords will not have been created -
final-system/common/stripping.xml
r1f3cb6f r9bfef72 29 29 chroot:</para> 30 30 31 <screen os="d" ><userinput>logout</userinput></screen>31 <screen os="d" role="nodump"><userinput>logout</userinput></screen> 32 32 33 33 <para os="e">Then reenter it with:</para> 34 34 35 <screen os="f" ><userinput>chroot $LFS /tools/bin/env -i \35 <screen os="f" role="nodump"><userinput>chroot $LFS /tools/bin/env -i \ 36 36 HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ 37 37 PATH=/bin:/usr/bin:/sbin:/usr/sbin \ -
final-system/multilib/shadow-n32.xml
r1f3cb6f r9bfef72 33 33 to make sure the correct library is linked.</para> 34 34 35 <screen ><userinput>sed -i libtool \35 <screen role="nodump"><userinput>sed -i libtool \ 36 36 -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g' \ 37 37 -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib32 /usr/lib32 /usr/local/lib32"@g'</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.