source: trunk/debathena/scripts/installer/pxe/quantal/debathena/lvm-cluster-machine.partman @ 25880

Revision 25880, 251 bytes checked in by jdreed, 11 years ago (diff)
* Drop /boot partition, GRUB can boot LVM these days * Set partman-auto-lvm/no_boot to inform partman we know what we're doing re: above * Bump swap to 1G
Line 
1cluster ::
2
310000 100000 1000000000 ext3
4        $primary{ } $bootable{ }
5        $lvmok{ }
6        use_filesystem{ } filesystem{ ext3 }
7        method{ format } format{ }
8        mountpoint{ / } .
9
101000 300% 300% linux-swap
11        $lvmok{ }
12        method{ swap } format{ } .
13
Note: See TracBrowser for help on using the repository browser.