source: trunk/debathena/scripts/installer/pxe/natty/debathena/lvm-cluster-machine.partman @ 25251

Revision 25251, 357 bytes checked in by jdreed, 13 years ago (diff)
No longer save half the disk for LVM snapshots This means Jaunty cluster is no longer installable; we don't care
Line 
1cluster ::
2
3200 200 200 ext3
4        $primary{ } $bootable{ }
5        method{ format } format{ }
6        use_filesystem{ } filesystem{ ext3 }
7        mountpoint{ /boot } .
8
910000 100000 1000000000 ext3
10        $lvmok{ }
11        use_filesystem{ } filesystem{ ext3 }
12        method{ format } format{ }
13        mountpoint{ / } .
14
15512 300% 300% linux-swap
16        $lvmok{ }
17        method{ swap } format{ } .
18
Note: See TracBrowser for help on using the repository browser.