diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-01-17 22:37:53 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-01-17 22:37:53 +0100 |
| commit | 9aba160745d4e3295a90d9befc4f01f45d991966 (patch) | |
| tree | b6ef03d4f7174177b9756ba6ab027be2e1b9462f /distribution/elbe-example/mini-incl-target.xml | |
| parent | 0996948c27a1c3668bf36fa6ada78ed99da3b561 (diff) | |
finish work on elbe example and slides
- tested with elbe from git 8c697255bd58437a1466b6d8cc46b7dbcd2a87ed
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/elbe-example/mini-incl-target.xml')
| -rw-r--r-- | distribution/elbe-example/mini-incl-target.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/distribution/elbe-example/mini-incl-target.xml b/distribution/elbe-example/mini-incl-target.xml index fcb8181..c660969 100644 --- a/distribution/elbe-example/mini-incl-target.xml +++ b/distribution/elbe-example/mini-incl-target.xml @@ -16,11 +16,12 @@ <binary>http://debian.linutronix.de/elbe wheezy main</binary> </url> <url> - <binary>http://LOCALMACHINE/debian wheezy main</binary> - <source>http://LOCALMACHINE/debian wheezy main</source> + <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> @@ -46,7 +47,7 @@ <images> <msdoshd> <name>my.img</name> - <size>200MiB</size> + <size>16MiB</size> <partition> <size>remain</size> <label>rfs</label> @@ -58,7 +59,7 @@ <label>rfs</label> <mountpoint>/</mountpoint> <fs> - <type>ext4</type> + <type>ext2</type> <tune2fs>-i 0</tune2fs> </fs> </bylabel> |
