On 07/16/2012 07:43 PM, Bruce Dubbs wrote: > I have updated LFS for the new udev extracted from systemd. The > instructions and package locations should be OK and I've regenerated the > book's html and other tarballs on quantum. > > Text still needs to be reviewed in several places (e.g. Chapter 7) and > additional testing is needed. > > This has been an invasive change because it affects the book's > generation procedures (aux files, Makefile, etc) as well as the udev > instructions. > > As always, testing and feedback are appreciated. > > -- Bruce >
On the http://www.linuxfromscratch.org/lfs/view/development/chapter07/symlinks.html I have noticed the following: "The path is determined by Udev's path_id script" ... There is no path_id script anymore. "udevadm test /sys/block/hdd" On my system with 3.4 kernel there is no /sys/block/hdd ... There is, however, /sys/block/{sda,sdb,sr0} Also, have you tried to run udev without the /lib/udev/devices/{pts,null} stuff? I don't have any of these in that location, but they are present in /dev after boot is done. Also, I dislike the way you create the node in Makefile. Doing that, make install will fail when using DESTDIR method as an unprivileged user (permission denied for mknod). -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page