summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/debian-4.0/settings.default
blob: 9ec54e230e20bee13aa56610c69f3853c46c01e8 (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
arch = i386
package-subdir = pool
prereq-packages = main/d/debootstrap/debootstrap_0.3.3.2etch1_all.deb
release-name = etch
<repository base>
	components = main
	distribution = etch
	name = Debian 4.0
	repo-subdir = dists
	file-for-speedtest = dists/etch/main/binary-i386/Packages.bz2
</repository>
<selection minimal>
	packages = <<END
		linux-image-486
		locales-all
	END
</selection>
<selection gnome>
	base = minimal
	packages = <<END
		gnome
	END
</selection>
<selection kde>
	base = minimal
	packages = <<END
		kde
	END
</selection>
<selection default>
	base = minimal
</selection>