<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 2, 2013, at 10:40 AM, bvl wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">eudev installs udevd in /sbin. The clfsbootscript appears to want<span class="Apple-converted-space"> </span><br>this as /lib/udev/udevd</span></blockquote></div><br><div>You can't stick with the udev-182 confiugre options from the book as eudev has different configure options (./configure --help):</div><div><br></div><div>./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" --libexecdir=/lib --bindir=/sbin --enable-rule_generator --disable-keymap --disable-gudev --enable-instrospection=no --enable-libkmod</div><div><br></div><div>Results with:</div><div><br></div><div><div> prefix: /usr</div><div> exec_prefix: ${prefix}</div><div> sysconfdir: /etc</div><div> datadir: ${datarootdir}</div><div> includedir: ${prefix}/include</div><div> libdir: ${exec_prefix}/lib</div><div><br></div><div> rootprefix: </div><div> rootlibdir: ${exec_prefix}/lib</div><div> udevlibexecdir: /lib/udev</div><div> datarootdir: ${prefix}/share</div><div><br></div><div> udevconfdir: /etc/udev</div><div> udevconffile: /etc/udev/udev.conf</div><div> udevhwdbdir: /etc/udev/hwdb.d</div><div> udevhwdbbin: /etc/udev/hwdb.bin</div><div> udevkeymapdir: /lib/udev/keymaps</div><div> udevkeymapforceredir: /lib/udev/keymaps/force-release</div><div> udevrulesdir: /lib/udev/rules.d</div><div><br></div><div> pkgconfiglibdir: ${exec_prefix}/lib/pkgconfig</div><div> sharepkgconfigdir ${datarootdir}/pkgconfig</div><div><br></div><div> libgudev_includedir ${prefix}/include/gudev-1.0/gudev</div><div><br></div><div> girdir ${datarootdir}/gir-1.0</div><div> typelibsdir ${exec_prefix}/lib/girepository-1.0</div></div><div><br></div><div><br></div><div>I'm getting gudev and gir as I'm testing this with a fully built server system.</div><div><br></div><div>Of course we'll need to update the bootscripts accordingly to how eudev installs.</div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>