Ken Moffat wrote: > For a desktop, a > separate /home (and space reservedfor the _next_ LFS) also > simplifies subsequent rebuilds (although that can be awkward > if people want to share /home with distros).
Why is it awkward? The only change needed is to make the correct entry in fstab. It's the same as for /boot. In fact, I have: /dev/sda5 / ext3 defaults 1 1 /dev/sda7 /home ext3 defaults 1 2 /dev/sda3 /boot ext3 defaults 1 2 /dev/sda9 /opt ext3 defaults 1 2 /dev/sdb1 /usr/src ext3 defaults 1 2 /dev/sdb2 /home/vmware ext3 defaults 1 2 /dev/sda6 swap swap pri=1 0 0 The only thing I need to change for a new LFS is the first line. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
