source: trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/lvm-cluster-machine.partman @ 23480

Revision 23480, 422 bytes checked in by amb, 16 years ago (diff)
The set of installer scripts and related material served by athena10.mit.edu which are invoked by MIT's PXE server.
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
1910000 100000 1000000000 ext3
20        $lvmok{ }
21        method{ keep } .
Note: See TracBrowser for help on using the repository browser.