--- On Fri, 5/24/13, bt <bdtitus...@yahoo.com> wrote:
> 3. Also from the Arch Wiki, regarding when an initramfs is
> not being used.  Most of the points are in the LFS book or
> Bruce's hint, but I couldn't find mention of support for 
> AUTOFS4_FS or TMPFS (different from DEVTMPFS_MOUNT, 
> which is mentioned). 

Slight correction: 

Despite what I said before, CONFIG_DEVTMPFS_MOUNT is not mentioned in
the book. Maybe this doesn't matter since as long as the root
filesystem can be mounted, I would think the LFS bootscript
mountvirtfs or /etc/fstab would handle it.

What the book mentions is the setting with the prompt: "Maintain a
devtmpfs filesystem to mount at /dev", which is actually
CONFIG_DEVTMPFS

The prompt for CONFIG_DEVTMPFS_MOUNT is: "Automount devtmpfs at /dev,
after the kernel mounted the rootfs"

In my first pass at kernel configuration, I had CONFIG_DEVTMPFS set
(as suggested), but CONFIG_DEVTMPFS_MOUNT was not set (just rechecked
the config file). That config had issues, but maybe not due to this.

thanks!  
Bernie
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to