Check out the udev rules package. The makefile has multiple targets in it. Here's the output of make help.
command description --------------------------------------------------------------------------------------- make install install udev rules package and helper scripts make install-netboot install udev rules package for netboot make install-network install network helper package make install-network-upgrade upgrades current network helper package make install-sound install sound rules --------------------------------------------------------------------------------------- I've always done make install install-sound install-network when I install the udev rules. install-network makes it so that the network device is brought up when it's detected instead of on boot. install-sound might be what you need. _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
