Changeset 1ad4a4a in clfs-sysroot
- Timestamp:
- Jul 23, 2006, 9:14:05 AM (18 years ago)
- Branches:
- master
- Children:
- a0e360d
- Parents:
- 14d8967
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/arm/kernel.xml
r14d8967 r1ad4a4a 41 41 below:</para> 42 42 43 <screen os="f"><userinput>loadkeys -m /usr/share/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \43 <screen os="f"><userinput>loadkeys -m ${CLFS}/lib/kbd/keymaps/<replaceable>[path to keymap]</replaceable> > \ 44 44 drivers/char/defkeymap.c</userinput></screen> 45 45 46 46 <para os="g">For example, if using a Dutch keyboard, use 47 <filename> /usr/share/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para>47 <filename>${CLFS}/lib/kbd/keymaps/i386/qwerty/nl.map.gz</filename>.</para> 48 48 49 49 <para os="h">Configure the kernel via a menu-driven interface. -
BOOK/bootable/x86/kernel.xml
r14d8967 r1ad4a4a 70 70 xpointer="xpointer(//*[@os='m'])"/> 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../arm/kernel.xml" 74 xpointer="xpointer(//*[@os='n'])"/> 72 <screen os="n"><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 75 73 76 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 94 92 xpointer="xpointer(//*[@os='s'])"/> 95 93 96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 97 href="../arm/kernel.xml" 98 xpointer="xpointer(//*[@os='t'])"/> 94 <screen os="t"><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \ 95 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 99 96 100 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 106 103 xpointer="xpointer(//*[@os='v'])"/> 107 104 108 <screen><userinput>cp vmlinux/boot/clfskernel-&linux-version;</userinput></screen>105 <screen><userinput>cp arch/i386/boot/bzImage /boot/clfskernel-&linux-version;</userinput></screen> 109 106 110 107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/prologue/common/prerequisites.xml
r14d8967 r1ad4a4a 49 49 <ulink url="&hints-root;essential_prereading.txt"/></para> 50 50 51 <para>This is a nhint written specifically for users new to Linux.51 <para>This is a hint written specifically for users new to Linux. 52 52 It includes a list of links to excellent sources of information on a 53 53 wide range of topics. Anyone attempting to install CLFS should have an
Note:
See TracChangeset
for help on using the changeset viewer.