Bruce Dubbs wrote these words on 05/16/06 16:02 CST: > 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).
I'm just going on recent memory building LFS, but why can't we just do it the same way that we do it at the end of chroot in LFS? And BTW - does it matter that /etc/mtab doesn't record the mount? The mount *is* recorded in /proc/mounts. [EMAIL PROTECTED]: ~/build > cat /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 rw,data=ordered 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 tmpfs /dev tmpfs rw 0 0 devpts /dev/pts devpts rw 0 0 shm /dev/shm tmpfs rw 0 0 none /mnt/ramfs tmpfs rw 0 0 /dev/hda1 /mnt/rml1 ext3 rw,data=ordered 0 0 /dev/hda2 /mnt/rmldata1 ext3 rw,data=ordered 0 0 /dev/hdb2 /mnt/rmldata2 ext3 rw,data=ordered 0 0 /dev/hdb5 /mnt/rmlrepo ext3 rw,data=ordered 0 0 /dev/hdb6 /mnt/rmlbase ext3 rw,data=ordered 0 0 -- Randy rmlscsi: [bogomips 1003.27] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 16:26:00 up 4 days, 8:26, 2 users, load average: 0.14, 0.03, 0.01 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
