-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 kegstand wrote: > 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 > Kegstand, here is one of the disk_config files that I use, for my needs. The boot -c -j ext3 at the end is needed to make it bootable.
Regards, Kurt Larsen disk_config disk1 primary /boot 150 rw,errors=remount-ro ; boot -c -j ext3 logical / 6000 rw ; -j ext3 logical swap 2000 rw logical /vserver 6000- rw ; -j ext3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFItcRzf4s9VQOeRfwRAh3XAKCsEjeeHEM3xoQRNZmxYJoGd6YdLQCcDP4e 3dj2GmCgi4Erke0AnYV2ZDM= =NR+0 -----END PGP SIGNATURE-----
