disk_config help

kegstand kegstand at gmail.com
Wed Aug 27 23:04:04 CEST 2008


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.

root at pl-dev:/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


More information about the linux-fai mailing list