Bruce Dubbs wrote:
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.

Almost...you have to 'rm /etc/rc.d/rcsysinit.d/S45udev_retry' as well...I haven't tried it yet either, and don't plan to, but it should work fine. Also, if reversing the process, make sure that console and null remain.

-- DJ Lucas
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to