Thanks. I see that now.
In mountvirtfs I suppose we need:
if ! mountpoint /run >/dev/null; then
boot_mesg -n " /run" ${NORMAL}
mount -n /run || failed=1
mkdir /run/{var,shm,lock}
fi
I'm not sure how to handle /dev/shm. I think I want it to be either a
symlink or a mount --bind to /run/shm, but I don't know if that is
necessary. Looking at Debian, they just seem to create /run/shm and
continue from there. I'll do some more testing.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page