Changeset a81e2bd
- Timestamp:
- Aug 6, 2013, 12:35:41 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6e972e1
- Parents:
- 3437936
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/kmod.xml
r3437936 ra81e2bd 31 31 <screen os="b"><userinput>./configure --prefix=/usr \ 32 32 --bindir=/bin --sysconfdir=/etc \ 33 --with-rootlibdir=/lib \33 --with-rootlibdir=/lib --disable-manpages \ 34 34 --with-zlib --with-xz</userinput></screen> 35 35 … … 62 62 <para os="g">Install the package:</para> 63 63 64 <screen os="h"><userinput>make install</userinput></screen> 64 <screen os="h"><userinput>make install 65 make -C man install</userinput></screen> 65 66 66 67 <para os="i">Create symbolic links for programs that expect Module-Init-Tools.</para> -
BOOK/final-system/multilib/kmod-64bit.xml
r3437936 ra81e2bd 30 30 --bindir=/bin --sysconfdir=/etc \ 31 31 --with-rootlibdir=/lib64 --libdir=/usr/lib64 \ 32 --with-zlib --with-xz </userinput></screen>32 --with-zlib --with-xz --disable-manpages</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/kmod-n32.xml
r3437936 ra81e2bd 31 31 --bindir=/bin --sysconfdir=/etc \ 32 32 --with-rootlibdir=/lib32 --libdir=/usr/lib32 \ 33 --with-zlib --with-xz </userinput></screen>33 --with-zlib --with-xz --disable-manpages</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/kmod.xml
r3437936 ra81e2bd 31 31 --bindir=/bin --sysconfdir=/etc \ 32 32 --with-rootlibdir=/lib --libdir=/usr/lib \ 33 --with-zlib --with-xz </userinput></screen>33 --with-zlib --with-xz --disable-manpages</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.