Changeset 1ebba95 for BOOK/final-system
- Timestamp:
- Feb 27, 2009, 9:04:27 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:
- 0a57827
- Parents:
- f1688c0
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/grub.xml
rf1688c0 r1ebba95 31 31 </note> 32 32 33 <para os="p1">GRUB has an issue where it sometimes doesn't detect 33 <para os="p1">GRUB has an issue that can cause it to segfault when you 34 try to configure a drive to utilize GRUB on x86_64 and building machines. The following 35 patch fixes this problem:</para> 36 37 <screen os="p2"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen> 38 39 <para os="p3">GRUB has an issue where it sometimes doesn't detect 34 40 the disk geometry correctly when used with Linux 2.6, resulting 35 41 in the error message <literal>Error 24: Attempt to access block outside … … 38 44 new Intel Mac:</para> 39 45 40 <screen os="p 2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>46 <screen os="p4"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen> 41 47 42 <para os="p 3">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>48 <para os="p5">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para> 43 49 44 <screen os="p4"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen> 50 <screen os="p6"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen> 51 52 <para os="p7">By default, GRUB doesn't support ext4 filesystems. Fix this by applying the following patch:</para> 53 54 <screen os="p8"><userinput>patch -Np1 -i ../&grub-ext4-patch;</userinput></screen> 45 55 46 56 <para os="a">This package is known to have issues when its default optimization -
BOOK/final-system/x86_64/grub.xml
rf1688c0 r1ebba95 25 25 xpointer="xpointer(//*[@os='n1'])"/> 26 26 27 <para os="ap3">GRUB has an issue that can cause it to segfault when you28 try to configure a drive to utilize GRUB on x86_64 machines. The following29 patch fixes this problem:</para>30 31 <screen os="ap4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>32 33 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 28 href="../x86/grub.xml" … … 46 40 href="../x86/grub.xml" 47 41 xpointer="xpointer(//*[@os='p4'])"/> 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 44 href="../x86/grub.xml" 45 xpointer="xpointer(//*[@os='p5'])"/> 46 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 48 href="../x86/grub.xml" 49 xpointer="xpointer(//*[@os='p6'])"/> 50 51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 52 href="../x86/grub.xml" 53 xpointer="xpointer(//*[@os='p7'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../x86/grub.xml" 57 xpointer="xpointer(//*[@os='p8'])"/> 48 58 49 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.