Changeset b27081c4 for BOOK/final-system/x86
- Timestamp:
- Dec 13, 2015, 4:19:04 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 15:57:55)
- git-committer:
- Chris Staub <chris@…> (12/13/15 16:19:04)
- Location:
- BOOK/final-system/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/glibc.xml
r00cf9ca rb27081c4 50 50 xpointer="xpointer(//*[@os='g'])"/> 51 51 52 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 53 --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \ 52 <screen os="h"><userinput>../glibc-&glibc-version;/configure \ 53 --prefix=/usr \ 54 --disable-profile \ 55 --enable-kernel=&glibc-kernel-version; \ 56 --libexecdir=/usr/lib/glibc \ 54 57 --enable-obsolete-rpc</userinput></screen> 55 58 -
BOOK/final-system/x86/grub.xml
r00cf9ca rb27081c4 45 45 <para os="a">Prepare GRUB for compilation:</para> 46 46 47 <screen os="b"><userinput>./configure --prefix=/usr \ 48 --sysconfdir=/etc --disable-werror</userinput></screen> 47 <screen os="b"><userinput>./configure \ 48 --prefix=/usr \ 49 --sysconfdir=/etc \ 50 --disable-werror</userinput></screen> 49 51 50 52 <para os="c">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.