Codebase list partman-auto / 4f758b6
Added oldworld recipes. r34980 Sven Luther 18 years ago
5 changed file(s) with 83 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 partman-auto (50) unstable; urgency=low
11
22 [ Sven Luther ]
3 * [powerpc] Added lvm auto-partitioning support to prep and ibm_chrp
4 recipes.
5 * [powerpc] Added chrp_pegasos recipes.
6
7 -- Sven Luther <[email protected]> Sat, 18 Feb 2006 20:00:00 +0000
3 * [powerpc] Added lvm auto-partitioning support to prep and ibm_chrp
4 recipes.
5 * [powerpc] Added chrp_pegasos recipes.
6 * [powerpc] Added oldworld recipes.
7
8 -- Sven Luther <[email protected]> Sat, 18 Feb 2006 20:38:51 +0000
89
910 partman-auto (49) unstable; urgency=low
1011
0 30 atomic
1 50 home
2 80 multi
0 partman-auto/text/atomic_scheme ::
1
2 500 10000 1000000 ext3
3 $lvmok{ }
4 method{ format }
5 format{ }
6 use_filesystem{ }
7 filesystem{ ext3 }
8 mountpoint{ / } .
9
10 64 512 300% linux-swap
11 method{ swap }
12 format{ } .
0 partman-auto/text/home_scheme ::
1
2 500 4000 7000 ext3
3 method{ format }
4 format{ }
5 use_filesystem{ }
6 filesystem{ ext3 }
7 mountpoint{ / } .
8
9 64 512 300% linux-swap
10 method{ swap }
11 format{ } .
12
13 100 10000 1000000000 ext3
14 method{ format }
15 format{ }
16 use_filesystem{ }
17 filesystem{ ext3 }
18 mountpoint{ /home } .
19
0 partman-auto/text/multi_scheme ::
1
2 70 800 280 ext3
3 method{ format }
4 format{ }
5 use_filesystem{ }
6 filesystem{ ext3 }
7 mountpoint{ / } .
8
9 500 3000 5000 ext3
10 method{ format }
11 format{ }
12 use_filesystem{ }
13 filesystem{ ext3 }
14 mountpoint{ /usr } .
15
16 70 1500 3000 ext3
17 method{ format }
18 format{ }
19 use_filesystem{ }
20 filesystem{ ext3 }
21 mountpoint{ /var } .
22
23 64 512 300% linux-swap
24 method{ swap }
25 format{ } .
26
27 20 300 400 ext3
28 method{ format }
29 format{ }
30 use_filesystem{ }
31 filesystem{ ext3 }
32 mountpoint{ /tmp } .
33
34 300 3000 1000000000 ext3
35 method{ format }
36 format{ }
37 use_filesystem{ }
38 filesystem{ ext3 }
39 mountpoint{ /home } .
40