summaryrefslogtreecommitdiff
path: root/distribution/elbe-example/mini-incl-target.xml
blob: c660969e8f73d28d5a3d447f48a68a8b6914e73d (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
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<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>
			minimal target rfs including a simple app
			buildenv to build the simple app
		</description>
		<buildtype>armel</buildtype>
		<mirror>
			<primary_host>ftp.debian.org</primary_host>
			<primary_path>/debian</primary_path>
			<primary_proto>http</primary_proto>
			<url-list>
				<url>
					<binary>http://debian.linutronix.de/elbe wheezy main</binary>
				</url>
				<url>
					<binary>http://LOCALMACHINE/myrepo wheezy main</binary>
					<source>http://LOCALMACHINE/myrepo wheezy main</source>
				</url>
			</url-list>
		</mirror>
		<noauth/>
		<suite>wheezy</suite>
		<buildimage>
			<kinitrd>elbe-bootstrap</kinitrd>
			<pkg-list>
				<pkg>build-essential</pkg>
				<pkg>debhelper</pkg>
				<pkg>devscripts</pkg>
				<pkg>autotools-dev</pkg>
				<pkg>automake</pkg>
			</pkg-list>
		</buildimage>
	</project>
	<target>
		<hostname>mini</hostname>
		<domain>linutronix</domain>
		<passwd>foo</passwd>
		<console>ttyAMA0,115200</console>
		<package>
			<tar>
				<name>rootfs.tar.gz</name>
			</tar>
		</package>
		<images>
			<msdoshd>
				<name>my.img</name>
				<size>16MiB</size>
				<partition>
					<size>remain</size>
					<label>rfs</label>
				</partition>
			</msdoshd>
		</images>
		<fstab>
			<bylabel>
				<label>rfs</label>
				<mountpoint>/</mountpoint>
				<fs>
					<type>ext2</type>
					<tune2fs>-i 0</tune2fs>
				</fs>
			</bylabel>
		</fstab>
		<diet />
		<norecommend />
		<finetuning>
			<rm>var/cache/apt/archives/*.deb</rm>
			<command>echo "T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100" &gt;&gt; etc/inittab</command>
		</finetuning>
		<pkg-list>
			<pkg>bash</pkg>
			<pkg>myapp</pkg>
		</pkg-list>
	</target>
</ns0:RootFileSystem>