Ignore:
Timestamp:
Sep 3, 2013, 10:13:20 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
98838f0
Parents:
2804e9c
Message:

Fix installation of eudev binaries in final-system to /sbin instead of /usr/bin and /usr/sbin. Not seen when using the boot method as the proper configure options are passed during that time. Problem encountered when using the chroot method and /sbin/udevd did not exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/eudev.xml

    r2804e9c r9f83afef  
    3030<screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    3131    --with-rootprefix="" --libexecdir=/lib --enable-split-usr \
    32     --libdir=/usr/lib --with-rootlibdir=/lib --enable-rule_generator \
    33     --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
     32    --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=Sbin --bindir=/sbin \
     33    --enable-rule_generator --disable-introspection --disable-keymap \
     34    --disable-gudev --disable-gtk-doc-html --with-firmware-path=/lib/firmware \
     35    --enable-libkmod</userinput></screen>
    3436
    3537    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.