Codebase list partman-auto / 531af15
Use the same recipes on Marvell Kirkwood as on Orion. r58109 Martin Michlmayr 15 years ago
5 changed file(s) with 118 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1313
1414 [ Martin Michlmayr ]
1515 * Remove recipes for the old arm port.
16 * Use the same recipes on Marvell Kirkwood as on Orion.
1617
1718 -- Colin Watson <[email protected]> Sat, 10 Jan 2009 00:12:35 +0000
1819
0 30 atomic
1 50 home
2 80 multi
0 partman-auto/text/atomic_scheme ::
1
2 128 512 256 ext2
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext2 }
9 mountpoint{ /boot } .
10
11 500 10000 -1 $default_filesystem
12 $lvmok{ }
13 $primary{ }
14 method{ format }
15 format{ }
16 use_filesystem{ }
17 $default_filesystem{ }
18 mountpoint{ / } .
19
20 96 512 300% linux-swap
21 $lvmok{ }
22 method{ swap }
23 format{ } .
0 partman-auto/text/home_scheme ::
1
2 128 512 256 ext2
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext2 }
9 mountpoint{ /boot } .
10
11 500 4000 7000 $default_filesystem
12 $lvmok{ }
13 $primary{ }
14 method{ format }
15 format{ }
16 use_filesystem{ }
17 $default_filesystem{ }
18 mountpoint{ / } .
19
20 96 512 300% linux-swap
21 $lvmok{ }
22 method{ swap }
23 format{ } .
24
25 100 10000 -1 $default_filesystem
26 $lvmok{ }
27 method{ format }
28 format{ }
29 use_filesystem{ }
30 $default_filesystem{ }
31 mountpoint{ /home } .
32
0 partman-auto/text/multi_scheme ::
1
2 128 512 256 ext2
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext2 }
9 mountpoint{ /boot } .
10
11 70 800 280 $default_filesystem
12 $lvmok{ }
13 $primary{ }
14 method{ format }
15 format{ }
16 use_filesystem{ }
17 $default_filesystem{ }
18 mountpoint{ / } .
19
20 500 3000 5000 $default_filesystem
21 $lvmok{ }
22 method{ format }
23 format{ }
24 use_filesystem{ }
25 $default_filesystem{ }
26 mountpoint{ /usr } .
27
28 70 1500 3000 $default_filesystem
29 $lvmok{ }
30 method{ format }
31 format{ }
32 use_filesystem{ }
33 $default_filesystem{ }
34 mountpoint{ /var } .
35
36 96 512 300% linux-swap
37 $lvmok{ }
38 method{ swap }
39 format{ } .
40
41 20 300 400 $default_filesystem
42 $lvmok{ }
43 method{ format }
44 format{ }
45 use_filesystem{ }
46 $default_filesystem{ }
47 mountpoint{ /tmp } .
48
49 300 3000 -1 $default_filesystem
50 $lvmok{ }
51 method{ format }
52 format{ }
53 use_filesystem{ }
54 $default_filesystem{ }
55 mountpoint{ /home } .
56