Changeset 6d432ef for final-system/common
- Timestamp:
 - Jul 5, 2006, 11:02:32 AM (19 years ago)
 - Children:
 - beaf175
 - Parents:
 - 98babf3
 - Location:
 - final-system/common
 - Files:
 - 
      
- 2 edited
 
- 
          
  findutils.xml (modified) (1 diff)
 - 
          
  kbd.xml (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
final-system/common/findutils.xml
r98babf3 r6d432ef 57 57 58 58 <screen os="h"><userinput>make install</userinput></screen> 59 60 <para os="t">Find from Findutils is used by some of the scripts 61 in the CLFS-Bootscripts package. As <filename 62 class="directory">/usr</filename> may not be available during the early 63 stages of booting, those binaries need to be on the root partition:</para> 64 65 <screen os="j"><userinput>mv -v /usr/bin/find /bin/find</userinput></screen> 59 66 60 67 </sect2>  - 
      
final-system/common/kbd.xml
r98babf3 r6d432ef 32 32 <para os="a">Prepare Kbd for compilation:</para> 33 33 34 <screen os="b"><userinput>./configure </userinput></screen>34 <screen os="b"><userinput>./configure --datadir=/lib/kbd</userinput></screen> 35 35 36 36 <para os="c">Compile the package:</para> … … 43 43 44 44 <screen os="g"><userinput>make install</userinput></screen> 45 46 <para os="h">Some of the Programs from Kbd are used by some of the scripts 47 in the CLFS-Bootscripts package. As <filename 48 class="directory">/usr</filename> may not be available during the early 49 stages of booting, those binaries need to be on the root partition:</para> 50 51 <screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,openvt,setfont} /bin</userinput></screen> 45 52 46 53 </sect2>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  