Dan Nicholson wrote: > On 5/16/06, Bruce Dubbs <[EMAIL PROTECTED]> wrote: >> >> We do not want to run MAKEDEV upon boot. The /dev directory only needs >> to be populated once. > > What do you plan to populate /dev with?
We have a good set of devices upon the first boot. I kinda like Alex Merry's suggestion: mount --bind / /mnt cp -a /dev/* /mnt/dev rm /etc/rc.d/rcsysinit.d/S10udev reboot I haven't tried it yet, but I think it should work. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
