Codebase list partman-auto / c0cb261
Adapted to chrp_rs6k -> chrp_ibm transition. r32031 Sven Luther 18 years ago
6 changed file(s) with 99 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 [ Colin Watson ]
88 * Use 'rm -f' rather than more awkward test-then-remove constructions.
99
10 -- Fabio M. Di Nitto <[email protected]> Tue, 18 Oct 2005 07:38:49 +0200
10 [ Sven Luther ]
11 * Adapted to chrp_rs6k -> chrp_ibm transition.
12
13 -- Sven Luther <[email protected]> Mon, 14 Nov 2005 14:01:35 +0000
1114
1215 partman-auto (44) unstable; urgency=low
1316
3131 debian/install-rc recipes-mipsel-sb1-swarm-bn
3232 debian/install-rc recipes-mipsel-cobalt
3333 debian/install-rc recipes-powerpc-powermac_newworld
34 debian/install-rc recipes-powerpc-chrp_ibm
3435 debian/install-rc recipes-powerpc-chrp_rs6k
3536 debian/install-rc recipes-powerpc-prep
3637 debian/install-rc recipes-sparc
0 30 atomic
1 50 home
2 80 multi_user
0 partman-auto/text/atomic_scheme ::
1
2 8 1 1 boot-prep
3 $primary{ }
4 $bootable{ }
5 method{ prep } .
6
7 500 10000 1000000 ext3
8 $primary{ }
9 method{ format }
10 format{ }
11 use_filesystem{ }
12 filesystem{ ext3 }
13 mountpoint{ / } .
14
15 64 512 300% linux-swap
16 method{ swap }
17 format{ } .
0 partman-auto/text/home_scheme ::
1
2 8 1 1 boot-prep
3 $primary{ }
4 $bootable{ }
5 method{ prep } .
6
7 300 4000 7000 ext3
8 $primary{ }
9 method{ format }
10 format{ }
11 use_filesystem{ }
12 filesystem{ ext3 }
13 mountpoint{ / } .
14
15 64 512 300% linux-swap
16 method{ swap }
17 format{ } .
18
19 100 10000 1000000000 ext3
20 method{ format }
21 format{ }
22 use_filesystem{ }
23 filesystem{ ext3 }
24 mountpoint{ /home } .
25
0 partman-auto/text/multi_user_scheme ::
1
2 8 1 1 boot-prep
3 $primary{ }
4 $bootable{ }
5 method{ prep } .
6
7 70 400 280 ext3
8 $primary{ }
9 method{ format }
10 format{ }
11 use_filesystem{ }
12 filesystem{ ext3 }
13 mountpoint{ / } .
14
15 500 3000 5000 ext3
16 method{ format }
17 format{ }
18 use_filesystem{ }
19 filesystem{ ext3 }
20 mountpoint{ /usr } .
21
22 70 1500 3000 ext3
23 method{ format }
24 format{ }
25 use_filesystem{ }
26 filesystem{ ext3 }
27 mountpoint{ /var } .
28
29 64 512 300% linux-swap
30 method{ swap }
31 format{ } .
32
33 20 300 400 ext3
34 method{ format }
35 format{ }
36 use_filesystem{ }
37 filesystem{ ext3 }
38 mountpoint{ /tmp } .
39
40 300 3000 1000000000 ext3
41 method{ format }
42 format{ }
43 use_filesystem{ }
44 filesystem{ ext3 }
45 mountpoint{ /home } .
46