On Tue, May 16, 2006 at 04:02:01PM -0500, Bruce Dubbs wrote: > My question is how to disable udev? It's not hard to copy the device > entries in /dev to another location, but the S10udev script mounts a > tmpfs on top of /dev (and never puts it in mtab). It would appear to me > that the only solution here is to reboot via another root partition or a > LiveCD, mount the filesystem and create or copy the devices to /dev.
I saw a clever trick, possibly in DIY, that involved binding the root filesystem somewhere: mount --bind / /mnt cp -a /dev/* /mnt/dev umount /mnt should do the trick. Alex :-) -- Pippin Computer Monkey to the Pelican www.oxrev.org.uk, www.corpusjcr.org, www.rev.org.uk Internal: 30741, external: 0870 2760741
pgplRd0yfEtF6.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
