Changeset 7cd7f99 for BOOK/boot/x86
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- Location:
- BOOK/boot/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub-build.xml
rc636dee r7cd7f99 38 38 xpointer="xpointer(//*[@os='a'])"/> 39 39 40 <screen os="ab"><userinput>./configure --prefix=/tools \ 41 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 42 --disable-werror --enable-grub-mkfont=no --with-bootdir=tools/boot</userinput></screen> 40 <screen os="ab"><userinput>./configure \ 41 --prefix=/tools \ 42 --build=${CLFS_HOST} \ 43 --host=${CLFS_TARGET} \ 44 --disable-werror \ 45 --enable-grub-mkfont=no \ 46 --with-bootdir=tools/boot</userinput></screen> 43 47 44 48 <para os="b">The meaning of the new configure option:</para> -
BOOK/boot/x86/kernel.xml
rc636dee r7cd7f99 64 64 shown, or the system might not work correctly or boot at all.</para> 65 65 66 66 <screen role="nodump">Device Drivers ---> 67 67 Generic Driver Options ---> 68 68 () path to uevent helper (CONFIG_UEVENT_HELPER_PATH)
Note:
See TracChangeset
for help on using the changeset viewer.