- Timestamp:
- Oct 30, 2007, 6:27:33 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ed4cc3a
- Parents:
- f9e5ac7
- Location:
- BOOK
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
rf9e5ac7 r0d4607d 39 39 <para os="h">Configure the kernel via a menu-driven interface. 40 40 Please note that the udev bootscript requires "rtc" and "tmpfs" to be 41 enabled and built into the kernel, not as modules. BLFS has41 enabled and built into the kernel, not as modules. CBLFS has 42 42 some information regarding particular kernel configuration requirements of 43 43 packages outside of CLFS at <ulink 44 url="& blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>44 url="&cblfs-root;"/>:</para> 45 45 46 46 <screen os="i"><userinput>make menuconfig</userinput></screen> -
BOOK/bootscripts/common/symlinks.xml
rf9e5ac7 r0d4607d 100 100 The case of network cards is covered separately in 101 101 <xref linkend="ch-scripts-network"/>, and sound card configuration can 102 be found in <ulink url="& blfs-root;">BLFS</ulink>.</para>102 be found in <ulink url="&cblfs-root;">CBLFS</ulink>.</para> 103 103 104 104 <para>For each of your devices that is likely to have this problem -
BOOK/final-system/common/inetutils.xml
rf9e5ac7 r0d4607d 66 66 <command>whois</command> client, which is out of date. 67 67 Instructions for a better <command>whois</command> client are 68 in the BLFS book.</para>68 in the CBLFS book.</para> 69 69 </listitem> 70 70 </varlistentry> … … 75 75 <para>This disables the installation of the various network 76 76 servers included as part of the Inetutils package. These servers are 77 deemed not appropriate in a basic CLFS system. Some are insecure by 78 nature and are only considered safe on trusted networks. More 79 information can be found at <ulink 80 url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that 81 better replacements are available for many of these 82 servers.</para> 77 deemed not appropriate in a basic CLFS system.</para> 83 78 </listitem> 84 79 </varlistentry> -
BOOK/final-system/common/iproute2.xml
rf9e5ac7 r0d4607d 32 32 If the <command>arpd</command> binary is needed, instructions for 33 33 compiling Berkeley DB can be found in the BLFS Book at <ulink 34 url="& blfs-root;view/svn/server/databases.html#db"/>.</para>34 url="&cblfs-root;index.php/Berkeley_DB"/>.</para> 35 35 36 36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> -
BOOK/final-system/common/man.xml
rf9e5ac7 r0d4607d 108 108 not support multibyte character sets.</para> 109 109 110 <para os="u">Additional information with regards to the compression of111 man and info pages can be found in the BLFS book at112 <ulink url="&blfs-root;view/svn/postlfs/compressdoc.html"/>.</para>113 114 110 </sect2> 115 111 -
BOOK/final-system/common/shadow.xml
rf9e5ac7 r0d4607d 28 28 <note os="a"> 29 29 <para>If you would like to enforce the use of strong passwords, 30 refer to <ulink url="& blfs-root;view/svn/postlfs/cracklib.html"/>30 refer to <ulink url="&cblfs-root;index.php/Cracklib"/> 31 31 for installing Cracklib prior to building Shadow. Then add 32 32 <parameter>--with-libcrack</parameter> to the <command>configure</command> … … 53 53 disables PAM support in Shadow. For instructions to install PAM and 54 54 link Shadow to it, you can look at 55 <ulink url="& blfs-root;view/svn/postlfs/shadow.html"/>.</para></listitem>55 <ulink url="&clfs-root;index.php/Shadow"/>.</para></listitem> 56 56 </varlistentry> 57 57 <varlistentry> … … 153 153 you create, you can edit <filename>/etc/default/useradd</filename>. See 154 154 <command>man useradd</command> or 155 <ulink url="& blfs-root;view/svn/postlfs/skel.html"/> for more155 <ulink url="&cblfs-root;ndex.php/Configuring_for_Adding_Users"/> for more 156 156 information.</para> 157 157 -
BOOK/final-system/common/vim.xml
rf9e5ac7 r0d4607d 25 25 <para>If you prefer another editor—such as Emacs, Joe, or 26 26 Nano—please refer to <ulink 27 url="& blfs-root;view/svn/postlfs/editors.html"/>27 url="&cblfs-root;index.php/Vim"/> 28 28 for suggested installation instructions.</para> 29 29 </tip> … … 105 105 additional libraries to be installed. For more information, refer to the 106 106 Vim documentation and the Vim installation page 107 in the BLFS book at <ulink108 url="& blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>107 in the CBLFS book at <ulink 108 url="&cblfs-root;index.php/Vim"/>.</para> 109 109 110 110 </sect2> … … 376 376 necessary to highlight in <command>vim</command>. This script 377 377 requires the old Unix <command>spell</command> command, which 378 is provided neither in CLFS nor in BLFS</para>378 is provided neither in CLFS nor in CBLFS</para> 379 379 <indexterm zone="ch-system-vim vimspell.sh"> 380 380 <primary sortas="b-vimspell.sh">vimspell.sh</primary> -
BOOK/general.ent
rf9e5ac7 r0d4607d 33 33 <!ENTITY clfs-wiki "http://trac.cross-lfs.org/"> 34 34 <!ENTITY cblfs-root "http://cblfs.cross-lfs.org/"> 35 <!ENTITY blfs-root "&lfs-root;blfs/">36 35 <!ENTITY faq-root "&clfs-wiki;wiki/faq"> 37 <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> 38 <!ENTITY hints-index "&lfs-root;hints/list.html"> 36 <!ENTITY hints-root "http://hints.cross-lfs.org/"> 39 37 <!ENTITY livecd-root "&lfs-root;livecd/"> 40 38 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/"> -
BOOK/partitioning/common/creatingfilesystem.xml
rf9e5ac7 r0d4607d 17 17 an <systemitem class="filesystem">ext2</systemitem> file system. 18 18 Instructions for other file systems can be found at 19 <ulink url="& blfs-root;view/svn/postlfs/filesystems.html"/>.</para>19 <ulink url="&cblfs-root;index.php?section=6#File_System_.2F_Block_Device_.2F_Inode_Management_Tools"/>.</para> 20 20 21 21 <para os="b">To create an <systemitem class="filesystem">ext2</systemitem> file -
BOOK/the-end/whatnow.xml
rf9e5ac7 r0d4607d 73 73 74 74 <listitem> 75 <para> Beyond Linux From Scratch</para>75 <para>CLFS Hints</para> 76 76 77 <para>The Beyond Linux From Scratch book covers installation 78 procedures for a wide range of software beyond the scope of the CLFS 79 Book. The BLFS project is located at <ulink url="&blfs-root;"/>.</para> 80 </listitem> 81 82 <listitem> 83 <para>LFS Hints</para> 84 85 <para>The LFS Hints are a collection of educational documents 86 submitted by volunteers in the LFS community. The hints are available 87 at <ulink url="&hints-index;"/>.</para> 77 <para>The CLFS Hints are a collection of educational documents 78 submitted by volunteers in the CLFS community. The hints are available 79 at <ulink url="&hints-root;"/>.</para> 88 80 </listitem> 89 81
Note:
See TracChangeset
for help on using the changeset viewer.