On Sun, Nov 26, 2006 at 04:50:19PM +0100, Zoran K. wrote: > Can you send me your S10udev? I tried just for fun the S10udev from the > LiveCD.. The boot process proceeded - with many errors.. obviously udev > / bootscritp is the problem
No - if you can't work out where your install is going wrong, you're likely to have enormous troubles when you start to build applications, so you'll need to understand what is going wrong. Let's see if I can step you through the process. The question is why neither this symlink nor the script /etc/rc.d/init.d/udev exist on your new clfs. Are you really using the udev-cross-lfs-0.1-3 tarball (for the 1.0.0 book), or have you got a different version ? Go back into chroot and untar it. Use 'view' or 'less' to take a look at udev-cross-lfs/Makefile. The book tells you to 'make install' - you can see in the Makefile that install depends on six targets (in this case, it will run them all) : device_dirs device_links rules scripts boot mknod_devices. If you look down, you can see that the 'boot' target will (re-)create directories, install the udev script into init.d, install another script, and then create the S10udev symlink. Try the command, but this time log it and any error messages - make install 2>&1 | tee mylog Now take a look at 'mylog' - does it have any interesting error messages ? If it doesn't, did it create/update /etc/rc.d/init.d/udev (if you still had the version from the CD when you ran make install, use 'ls -l' to see if it updated it). ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
