On 03/30/2013 03:03 PM, bcl...@brianclarkprojects.com wrote:
> Hello,
>
> I am getting a message that says I should not be getting this message.
>    When the computer goes to mount dev and other directories.  It is
> giving an error of unknown file system devtmpfs.  I have tried
> multiple kernel configuration including my host system config file.
>
> Not sure what to look for anymore?
>
> Brian
>

grep your kernel config file:

grep TMPFS config-3.8.1-i686 - or whatever your config file is called

CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y

should have something like the above
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to