Codebase list partman-auto / 85fe4c4
Added powerpc-apus receip. This one is broken, as libparted is not yet able to create affs partitions, but as there are maybe 5 users left, we should not care. Maybe adding affstools should help here though. Removed remnants of boot-prep, which was killed from libparted in january 2005. r34981 Sven Luther 18 years ago
11 changed file(s) with 114 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
22 [ Sven Luther ]
33 * [powerpc] Added lvm auto-partitioning support to prep and ibm_chrp
44 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
5 * [powerpc] Added chrp_pegasos, oldworld and apus recipes.
6 * [powerpc] Fixed boot-prep -> prep renaming. boot-prep died in libparted on
7 january 2005, well before the sarge release, why am i finding parts of
8 boot-prep remaining all over the place almost a year after ?
9
10 -- Sven Luther <[email protected]> Sat, 18 Feb 2006 20:49:30 +0000
911
1012 partman-auto (49) unstable; urgency=low
1113
0 30 atomic
1 50 home
2 80 multi
0 partman-auto/text/atomic_scheme ::
1
2 8 1 1 affs
3 $primary{ }
4 $bootable{ }
5 method{ affs } .
6
7 500 10000 1000000 ext3
8 $lvmok{ }
9 $primary{ }
10 method{ format }
11 format{ }
12 use_filesystem{ }
13 filesystem{ ext3 }
14 mountpoint{ / } .
15
16 64 512 300% linux-swap
17 method{ swap }
18 format{ } .
0 partman-auto/text/home_scheme ::
1
2 8 1 1 affs
3 $primary{ }
4 $bootable{ }
5 method{ affs } .
6
7 500 4000 7000 ext3
8 $lvmok{ }
9 $primary{ }
10 method{ format }
11 format{ }
12 use_filesystem{ }
13 filesystem{ ext3 }
14 mountpoint{ / } .
15
16 64 512 300% linux-swap
17 method{ swap }
18 format{ } .
19
20 100 10000 1000000000 ext3
21 $lvmok{ }
22 method{ format }
23 format{ }
24 use_filesystem{ }
25 filesystem{ ext3 }
26 mountpoint{ /home } .
27
0 partman-auto/text/multi_scheme ::
1
2 8 1 1 affs
3 $primary{ }
4 $bootable{ }
5 method{ affs } .
6
7 70 800 280 ext3
8 $lvmok{ }
9 $primary{ }
10 method{ format }
11 format{ }
12 use_filesystem{ }
13 filesystem{ ext3 }
14 mountpoint{ / } .
15
16 500 3000 5000 ext3
17 $lvmok{ }
18 method{ format }
19 format{ }
20 use_filesystem{ }
21 filesystem{ ext3 }
22 mountpoint{ /usr } .
23
24 70 1500 3000 ext3
25 $lvmok{ }
26 method{ format }
27 format{ }
28 use_filesystem{ }
29 filesystem{ ext3 }
30 mountpoint{ /var } .
31
32 64 512 300% linux-swap
33 method{ swap }
34 format{ } .
35
36 20 300 400 ext3
37 $lvmok{ }
38 method{ format }
39 format{ }
40 use_filesystem{ }
41 filesystem{ ext3 }
42 mountpoint{ /tmp } .
43
44 300 3000 1000000000 ext3
45 $lvmok{ }
46 method{ format }
47 format{ }
48 use_filesystem{ }
49 filesystem{ ext3 }
50 mountpoint{ /home } .
51
00 partman-auto/text/atomic_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .
00 partman-auto/text/home_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .
00 partman-auto/text/multi_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .
00 partman-auto/text/atomic_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .
00 partman-auto/text/home_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .
00 partman-auto/text/multi_scheme ::
11
2 8 1 1 boot-prep
2 8 1 1 prep
33 $primary{ }
44 $bootable{ }
55 method{ prep } .