summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/ubuntu-6.10_amd64/settings.default
blob: 9b91cf563fb4fa0098a2c0462f131a1c3ae5d719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
arch = amd64
package-subdir = pool
prereq-packages = main/d/debootstrap/debootstrap_0.3.3.2ubuntu3_all.deb
release-name = edgy
<repository base>
	components = main restricted
	distribution = edgy
	name = Ubuntu 6.10
	repo-subdir = dists
	file-for-speedtest = dists/edgy/main/binary-amd64/Packages.bz2
</repository>
<repository base_security>
	components = main restricted
	distribution = edgy-security
	name = Ubuntu 6.10 Security
	repo-subdir = dists
	file-for-speedtest = dists/edgy-security/main/binary-amd64/Packages.bz2
</repository>
<repository base_updates>
	components = main restricted
	distribution = edgy-updates
	name = Ubuntu 6.10 Updates
	repo-subdir = dists
	file-for-speedtest = dists/edgy-updates/main/binary-amd64/Packages.bz2
</repository>
<selection minimal>
	packages = <<END
		language-pack-de
		linux-image-generic
	END
</selection>
<selection gnome>
	base = minimal
	packages = <<END
		ubuntu-desktop
	END
</selection>
<selection kde>
	base = minimal
	packages = <<END
		kubuntu-desktop
	END
</selection>
<selection xfce>
	base = minimal
	packages = <<END
		xubuntu-desktop
	END
</selection>
<selection default>
	base = minimal
</selection>