mount -f -t ramfs ramfs $LFS/dev
mount -f -t tmpfs tmpfs $LFS/dev/shm
mount -f -t devpts -o gid=4,mode=620 devpts $LFS/dev/pts
"
Why are the "fake mounts" needed? Do I need to perform these each time I boot my system? Reading ahead, it looks like the "real mounts" get done just before we start building the glibc headers. Do I need to do the "real mounts" before continuing the build if I shutdown? I'm thinking the answer is "yes", but am a little unsure. Please enlighten me.
-James
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
