~ubuntu-branches/ubuntu/natty/partman-auto/natty

18 by Colin Watson
Resynchronise with Debian.
1
partman-auto/text/home_scheme ::
2
3
8 8 10 fat16
4
	$primary{ }
5
	method{ sibyl } .
6
7
50 500 100 ext2
8
	$primary{ }
9
	$bootable{ }
10
	method{ format }
11
	format{ }
12
	use_filesystem{ }
0.1.2 by Otavio Salvador, Giuseppe Iuculano, Frans Pop, Updated translations
[ Giuseppe Iuculano ]
13
	filesystem{ ext2 }
14
	mountpoint{ /boot } .
18 by Colin Watson
Resynchronise with Debian.
15
53 by Colin Watson
Add support for $default_filesystem as the partition type in a recipe,
16
500 4000 7000 $default_filesystem
18 by Colin Watson
Resynchronise with Debian.
17
	$primary{ }
18
	method{ format }
19
	format{ }
20
	use_filesystem{ }
53 by Colin Watson
Add support for $default_filesystem as the partition type in a recipe,
21
	$default_filesystem{ }
0.1.2 by Otavio Salvador, Giuseppe Iuculano, Frans Pop, Updated translations
[ Giuseppe Iuculano ]
22
	mountpoint{ / } .
18 by Colin Watson
Resynchronise with Debian.
23
54 by Colin Watson
* Resynchronise with Debian. Remaining changes:
24
100 10000 -1 $default_filesystem
18 by Colin Watson
Resynchronise with Debian.
25
	method{ format }
26
	format{ }
27
	use_filesystem{ }
53 by Colin Watson
Add support for $default_filesystem as the partition type in a recipe,
28
	$default_filesystem{ }
0.1.2 by Otavio Salvador, Giuseppe Iuculano, Frans Pop, Updated translations
[ Giuseppe Iuculano ]
29
	mountpoint{ /home } .
18 by Colin Watson
Resynchronise with Debian.
30
24 by Colin Watson
* Resynchronise with Debian. Remaining changes:
31
96 512 512 linux-swap
18 by Colin Watson
Resynchronise with Debian.
32
	method{ swap }
33
	format{ } .
34