Changeset 1a5985d for BOOK/final-system/common/kbd.xml
- Timestamp:
- Jan 6, 2009, 12:45:51 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ff84b5f1
- Parents:
- 1ab60d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kbd.xml
r1ab60d4 r1a5985d 28 28 <para os="a">Prepare Kbd for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr --datadir=/lib/kbd</userinput></screen> 31 32 <variablelist os="c"> 33 <title>The meaning of the configure options:</title> 34 35 <varlistentry> 36 <term><parameter>--datadir</parameter></term> 37 <listitem> 38 <para>This option places the Kbd data and keymap files into /lib/kbd, 39 as they are used by some of the scripts in the CLFS-Bootscripts 40 package and must be on the root partition.</para> 41 </listitem> 42 </varlistentry> 43 44 </variablelist> 45 46 <para os="d">Compile the package:</para> 47 48 <screen os="e"><userinput>make</userinput></screen> 49 50 <para os="f">This package does not come with a test suite.</para> 51 52 <para os="g">Install the package:</para> 53 54 <screen os="h"><userinput>make install</userinput></screen> 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 31 32 <para os="c">Compile the package:</para> 33 34 <screen os="d"><userinput>make</userinput></screen> 35 36 <para os="e">This package does not come with a test suite.</para> 37 38 <para os="f">Install the package:</para> 39 40 <screen os="g"><userinput>make install</userinput></screen> 55 41 56 42 <para os="i">Some of the programs from Kbd are used by scripts … … 59 45 stages of booting, those binaries need to be on the root partition:</para> 60 46 61 <screen os=" j"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen>47 <screen os="h"><userinput>mv -v /usr/bin/{kbd_mode,loadkeys,openvt,setfont} /bin</userinput></screen> 62 48 63 49 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.