Changeset 5c05e8f
- Timestamp:
- Jul 18, 2006, 3:58:44 AM (18 years ago)
- Children:
- 82a8dbfc
- Parents:
- 26d26cc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86_64/grub.xml
r26d26cc r5c05e8f 29 29 xpointer="xpointer(//*[@os='p2'])"/> 30 30 31 <para os="p3">The follow patch will fix an issue that exists32 with grub on x86_64 machines, that causes grub to segfault when you33 try to configure a drive to utilize grub:</para>31 <para os="p3">GRUB has an issue that can cause it to segfault when you 32 try to configure a drive to utilize GRUB on x86_64 machines. The following 33 patch fixes this problem:</para> 34 34 35 35 <screen os="p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen> -
general.ent
r26d26cc r5c05e8f 30 30 31 31 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> 32 <!ENTITY clfs-root "http://trac.cross-lfs.org/"> 32 <!ENTITY clfs-root "http://cross-lfs.org/"> 33 <!ENTITY clfs-wiki "http://trac.cross-lfs.org/"> 33 34 <!ENTITY blfs-root "&lfs-root;blfs/"> 34 <!ENTITY faq-root "&clfs-root; /wiki/faq">35 <!ENTITY faq-root "&clfs-root;wiki/faq"> 35 36 <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> 36 37 <!ENTITY hints-index "&lfs-root;hints/list.html"> 37 38 <!ENTITY livecd-root "&lfs-root;livecd/"> 38 <!ENTITY test-results "&clfs- root;clfs/build-logs/&generic-version;/">39 <!ENTITY errata "&clfs- root;clfs/errata/&generic-version;/">39 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/"> 40 <!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/"> 40 41 41 42 <!ENTITY gnu "http://ftp.gnu.org/gnu/"> -
introduction/common/changelog.xml
r26d26cc r5c05e8f 14 14 &releasedate;. If this book is more than six months old, a newer and better 15 15 version is probably already available. To find out, please check one of the 16 mirrors via <ulink url="&clfs- root;"/>.</para>16 mirrors via <ulink url="&clfs-wiki;"/>.</para> 17 17 18 18 <para>Below is a list of detailed changes made since the previous release of -
introduction/common/resources.xml
r26d26cc r5c05e8f 34 34 35 35 <para>For information on the different lists, how to subscribe, archive 36 locations, and additional information, visit <ulink url="&clfs- root;wiki/lists"/>.</para>36 locations, and additional information, visit <ulink url="&clfs-wiki;wiki/lists"/>.</para>i 37 37 38 38 </sect2> … … 70 70 accessing the website and downloading the required packages more 71 71 convenient. Please visit the CLFS website at 72 <ulink url="&clfs- root;wiki/mirrors"/> for mirrors of CLFS.</para>72 <ulink url="&clfs-wiki;wiki/mirrors"/> for mirrors of CLFS.</para> 73 73 74 74 </sect2> -
prologue/common/audience.xml
r26d26cc r5c05e8f 68 68 correctly and adequately fixes the problem.</para> 69 69 70 <para>The goal of Linux From Scratch is to build a complete and usable70 <para>The goal of Cross Linux From Scratch is to build a complete and usable 71 71 foundation-level system. Readers who do not wish to build their own 72 72 Linux system from scratch may not benefit from the information in this -
prologue/common/prerequisites.xml
r26d26cc r5c05e8f 20 20 Linux software. A basic knowledge of the architectures being used in 21 21 the Cross LFS process and the host operating systems in use is also 22 required </para>22 required.</para> 23 23 24 24 <para>Because the CLFS book assumes <emphasis>at least</emphasis> this basic … … 26 26 provide you with much assistance; you will find that your questions regarding 27 27 such basic knowledge will likely go unanswered, or you will simply be referred 28 to the LFS essential pre-reading list.</para>28 to the CLFS essential pre-reading list.</para> 29 29 30 30 <para>Before building a CLFS system, we recommend reading the following … … 49 49 <ulink url="&hints-root;essential_prereading.txt"/></para> 50 50 51 <para>This is an LFSHint written specifically for users new to Linux.51 <para>This is an 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.