Codebase list partman-auto / c56228d
Make arm recipes also available on armel. r52439 Martin Michlmayr 16 years ago
9 changed file(s) with 213 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44
55 [ Martin Michlmayr ]
66 * Add a recipe for orion5x (separate /boot partition).
7 * Make arm recipes also available on armel.
78
89 -- Frans Pop <[email protected]> Mon, 31 Mar 2008 17:52:36 +0200
910
0 30 atomic
1 50 home
2 80 multi
0 partman-auto/text/atomic_scheme ::
1
2 50 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 500 10000 1000000000 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 96 512 300% linux-swap
20 method{ swap }
21 format{ } .
0 partman-auto/text/home_scheme ::
1
2 50 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 500 4000 7000 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 96 512 300% linux-swap
20 method{ swap }
21 format{ } .
22
23 100 10000 1000000000 ext3
24 method{ format }
25 format{ }
26 use_filesystem{ }
27 filesystem{ ext3 }
28 mountpoint{ /home } .
29
0 partman-auto/text/multi_scheme ::
1
2 30 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 70 800 280 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 500 3000 5000 ext3
20 method{ format }
21 format{ }
22 use_filesystem{ }
23 filesystem{ ext3 }
24 mountpoint{ /usr } .
25
26 70 1500 3000 ext3
27 method{ format }
28 format{ }
29 use_filesystem{ }
30 filesystem{ ext3 }
31 mountpoint{ /var } .
32
33 96 512 300% linux-swap
34 method{ swap }
35 format{ } .
36
37 20 300 400 ext3
38 method{ format }
39 format{ }
40 use_filesystem{ }
41 filesystem{ ext3 }
42 mountpoint{ /tmp } .
43
44 300 3000 1000000000 ext3
45 method{ format }
46 format{ }
47 use_filesystem{ }
48 filesystem{ ext3 }
49 mountpoint{ /home } .
50
0 30 atomic
1 50 home
2 80 multi
0 partman-auto/text/atomic_scheme ::
1
2 50 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 500 10000 1000000000 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 96 512 300% linux-swap
20 method{ swap }
21 format{ } .
0 partman-auto/text/home_scheme ::
1
2 50 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 500 4000 7000 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 96 512 300% linux-swap
20 method{ swap }
21 format{ } .
22
23 100 10000 1000000000 ext3
24 method{ format }
25 format{ }
26 use_filesystem{ }
27 filesystem{ ext3 }
28 mountpoint{ /home } .
29
0 partman-auto/text/multi_scheme ::
1
2 30 500 100 ext3
3 $primary{ }
4 $bootable{ }
5 method{ format }
6 format{ }
7 use_filesystem{ }
8 filesystem{ ext3 }
9 mountpoint{ /boot } .
10
11 70 800 280 ext3
12 $primary{ }
13 method{ format }
14 format{ }
15 use_filesystem{ }
16 filesystem{ ext3 }
17 mountpoint{ / } .
18
19 500 3000 5000 ext3
20 method{ format }
21 format{ }
22 use_filesystem{ }
23 filesystem{ ext3 }
24 mountpoint{ /usr } .
25
26 70 1500 3000 ext3
27 method{ format }
28 format{ }
29 use_filesystem{ }
30 filesystem{ ext3 }
31 mountpoint{ /var } .
32
33 96 512 300% linux-swap
34 method{ swap }
35 format{ } .
36
37 20 300 400 ext3
38 method{ format }
39 format{ }
40 use_filesystem{ }
41 filesystem{ ext3 }
42 mountpoint{ /tmp } .
43
44 300 3000 1000000000 ext3
45 method{ format }
46 format{ }
47 use_filesystem{ }
48 filesystem{ ext3 }
49 mountpoint{ /home } .
50