Codebase list partman-auto / dba292a
add sparc recipes r18884 Joshua Kwan 19 years ago
6 changed file(s) with 104 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Jim Lieb
33 - Add ia64 recipes
4
5 -- dann frazier <[email protected]> Tue, 27 Jul 2004 22:15:28 -0600
4 * Joshua Kwan
5 - Add sparc recipes.
6
7 -- Joshua Kwan <[email protected]> Thu, 5 Aug 2004 23:14:31 -0700
68
79 partman-auto (29) unstable; urgency=low
810
2929 debian/install-rc recipes-ia64
3030 debian/install-rc recipes-mipsel-cobalt
3131 debian/install-rc recipes-powerpc-powermac_newworld
32 debian/install-rc recipes-sparc
3233 debian/install-rc choose_partition
3334 debian/install-rc free_space
3435 debian/install-rc automatically_partition
0 30 atomic
1 50 home
2 80 multi_user
0 partman-auto/text/atomic_scheme ::
1
2 50 500 100 ext3
3 $bootable{ }
4 method{ format }
5 format{ }
6 use_filesystem{ }
7 filesystem{ ext3 }
8 mountpoint{ /boot } .
9
10 500 10000 1000000 ext3
11 method{ format }
12 format{ }
13 use_filesystem{ }
14 filesystem{ ext3 }
15 mountpoint{ / } .
16
17 64 512 512 linux-swap
18 method{ swap }
19 format{ } .
0 partman-auto/text/home_scheme ::
1
2 50 500 100 ext3
3 $bootable{ }
4 method{ format }
5 format{ }
6 use_filesystem{ }
7 filesystem{ ext3 }
8 mountpoint{ /boot } .
9
10 300 4000 7000 ext3
11 method{ format }
12 format{ }
13 use_filesystem{ }
14 filesystem{ ext3 }
15 mountpoint{ / } .
16
17 100 10000 1000000000 ext3
18 method{ format }
19 format{ }
20 use_filesystem{ }
21 filesystem{ ext3 }
22 mountpoint{ /home } .
23
24 64 512 512 linux-swap
25 method{ swap }
26 format{ } .
27
0 partman-auto/text/multi_user_scheme ::
1
2 30 500 100 ext3
3 $bootable{ }
4 method{ format }
5 format{ }
6 use_filesystem{ }
7 filesystem{ ext3 }
8 mountpoint{ /boot } .
9
10 70 400 150 ext3
11 method{ format }
12 format{ }
13 use_filesystem{ }
14 filesystem{ ext3 }
15 mountpoint{ / } .
16
17 500 3000 5000 ext3
18 method{ format }
19 format{ }
20 use_filesystem{ }
21 filesystem{ ext3 }
22 mountpoint{ /usr } .
23
24 70 1500 3000 ext3
25 method{ format }
26 format{ }
27 use_filesystem{ }
28 filesystem{ ext3 }
29 mountpoint{ /var } .
30
31 20 300 400 ext3
32 method{ format }
33 format{ }
34 use_filesystem{ }
35 filesystem{ ext3 }
36 mountpoint{ /tmp } .
37
38 300 3000 1000000000 ext3
39 method{ format }
40 format{ }
41 use_filesystem{ }
42 filesystem{ ext3 }
43 mountpoint{ /home } .
44
45 64 512 512 linux-swap
46 method{ swap }
47 format{ } .