Gentoo, etc-update, fstab, oops.
any pointers? Besides being more careful in the future.
Thanks.
4 Replies
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/ubd/0 / ext3 defaults 0 0
/dev/ubd/1 none swap sw 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs defaults 0 0