On Thursday 29 March 2012 00:24:46 Ivan Kabaivanov wrote:

> mount -o mode=0755,nosuid -t tmpfs tmpfs /dev -o mode=755


A few minutes after I sent the email I saw what I was doing wrong:

mount -o mode=0755,nosuid -t tmpfs tmpfs /dev -o mode=755

should be

mount -o mode=0755,nosuid -t devtmpfs devtmpfs /dev -o mode=755

This means that you need CONFIG_DEVTMPFS=y in the kernel config.  If this is 
not mentioned in the book, it should be.

Now it works as expected, albeit it takes considerably longer than udev-173, 
but I'll tinker more and see if I can optimize it.

Thanks and sorry for the noise.
IvanK.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to