So all I want for my disk layout to be is

500 meg /boot partition (and make that bootable)
2 gig swap partition
everything else in /

this doesn't work, what am i doing wrong?  thanks.

[EMAIL PROTECTED]:/srv/fai/config/disk_config# cat SERVER
# generic disk configuration for a fai isntall server
#
# <type> <mountpoint> <size in mb> [mount options]     [;extra options]

disk_config disk1 bootable:3
primary /boot 500 rw,errors=remount-ro ; -c -j ext3
logical  swap          2000 rw
logical  /             3000-    rw,errors=remount-ro ; -c -j ext3

Reply via email to