summaryrefslogtreecommitdiff
path: root/distribution/elbe-example/mini.xml
blob: 956ffc9bc50f93bf789b1e0f426a65eac7f89d84 (plain)
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
<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
	<project>
		<name>mini xml</name>
		<version>1</version>
		<description>
			optimal to use as buildenv
		</description>
		<buildtype>armhf</buildtype>
		<mirror>
			<primary_host>ftp.debian.org</primary_host>
			<primary_path>/debian</primary_path>
			<primary_proto>http</primary_proto>
		</mirror>
		<suite>wheezy</suite>
	</project>
	<target>
		<hostname>mini</hostname>
		<domain>linutronix</domain>
		<passwd>foo</passwd>
		<finetuning>
		</finetuning>
		<pkg-list>
			<pkg>bash</pkg>
		</pkg-list>
	</target>
</ns0:RootFileSystem>