Changes in BOOK/boot/x86/grub-build.xml [271d0f03:fe61c5a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
r271d0f03 rfe61c5a 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 28 29 <note>30 <para>Grub2 requires Flex 3.5.35 or greater which has not been installed31 yet. If your host does not have Flex then install it now via the32 distro's package manager.</para>33 </note>34 35 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 30 href="../../final-system/x86/grub.xml" 37 31 xpointer="xpointer(//*[@os='a'])"/> 38 32 39 <screen os="ab"><userinput>./configure --prefix=/ usr\33 <screen os="ab"><userinput>./configure --prefix=/tools \ 40 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 41 35 --sysconfdir=/etc --disable-werror</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.