source: trunk/debathena/scripts/installer/pxe/oneiric/debathena/lvm-cluster-machine.partman @ 25406

Revision 25406, 357 bytes checked in by jdreed, 13 years ago (diff)
* Pretend to support oneiric * Warn the user in stage1 if bad things are likely to happen
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.