Changeset 90e8c97 for BOOK/boot/common
- Timestamp:
- Apr 13, 2014, 12:07:20 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 097344e
- Parents:
- 22da6db
- Location:
- BOOK/boot/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/bootscripts.xml
r22da6db r90e8c97 34 34 -e '/ mknod_devices/d' \ 35 35 Makefile.orig > Makefile</userinput></screen> 36 37 <para os="s3">Account for udev now being in /tools:</para> 38 39 <screen os="s4"><userinput>cp clfs/init.d/udev{,.orig} 40 sed 's@/sbin/udev@/tools&@' clfs/init.d/udev.orig > clfs/init.d/udev</userinput></screen> 36 41 37 42 <para os="a">Install the package:</para> -
BOOK/boot/common/eudev.xml
r22da6db r90e8c97 31 31 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \ 32 32 KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \ 33 LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/ usr\33 LDFLAGS="-Wl,-rpath,/tools/lib:/lib" ./configure --prefix=/tools \ 34 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --with-rootprefix='' --enable-split-usr --sysconfdir=/etc \ 36 --libexecdir=/lib --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib \ 37 --with-rootlibdir=/lib --disable-introspection --disable-gtk-doc-html \ 35 --disable-introspection --disable-gtk-doc-html \ 38 36 --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \ 39 37 --enable-libkmod</userinput></screen> … … 45 43 <para os="g">Install the package:</para> 46 44 47 <screen os="j"><userinput>make DESTDIR=${CLFS}install</userinput></screen>45 <screen os="j"><userinput>make install</userinput></screen> 48 46 49 47 <para os="i">Create a directory for storing firmware that can be
Note:
See TracChangeset
for help on using the changeset viewer.