Changeset e990cbd9 for BOOK/final-system/common
- Timestamp:
- Jul 5, 2006, 11:02:32 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0fe1203
- Parents:
- 425f616
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/findutils.xml
r425f616 re990cbd9 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> -
BOOK/final-system/common/kbd.xml
r425f616 re990cbd9 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.