HD Install :: using partitions
i would like to partition the hd like this:
hda:
hda1 /boot
hda2 swap
hda3 /
hda4 /home
when i boot from live-cd and mount the partitions above (root first, then rem); do a hdinstall; mkliloboot; reboot... i get mount errors.
regardless how i change mtab or fstab, upon reboot "mount -l" gives me:
/dev/hda3 on / .....
/proc on /proc ...
/dev/pts on ...
/proc/bus/...
nothing re: /home or /boot! :S
what am i doing wrong?
original here.