# # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y CONFIG_DEVFS_FS=y CONFIG_DEVFS_MOUNT=y CONFIG_DEVFS_DEBUG=y CONFIG_DEVPTS_FS_XATTR=y CONFIG_DEVPTS_FS_SECURITY=y CONFIG_TMPFS=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y CONFIG_RAMFS=y
Regards, Donal On Tue, 2005-04-12 at 13:17, Ken Moffat wrote: > On Tue, 12 Apr 2005, Donal Farrell wrote: > > > Hi there. I'm having problems with udev in LFS 6.0 It's not a > > compilation problem as such. When I run > > > > /etc/rc.d/init.d/udev start in the actual completed LFS system, > > absolutely nothing happens > > > > However, when I try the same prompt under chroot, /dev gets populated > > and I see a valid-looking /dev > > > > Anyone got any ideas > > > > > > Sounds as if sysfs isn't mounted in the new system. That should be > handled by the bootscripts, so maybe your new kernel doesn't support > sysfs (look for CONFIG_SYSFS=y in the .config). You've obviously got > the /sys mountpoint, otherwise you couldn't mount it in chroot. > > Ken > -- > das eine Mal als TragÃdie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
