Mer/Documentation/Imager
(→Using the imager: Cleanup, markup) |
|||
Line 1: | Line 1: | ||
== Using the imager == | == Using the imager == | ||
- | Grab the imager from bzr (lp:~mer-committers/m-r/imager) | + | Grab the imager from <code>bzr</code> (<code>lp:~mer-committers/m-r/imager</code>) |
Targets are: | Targets are: | ||
- | * targets/mer-770-fs-only - builds a filesystem for Mer on Nokia 770 | + | * <code>targets/mer-770-fs-only</code> - builds a filesystem for Mer on Nokia 770 |
- | * targets/mer-n800-fs-only - builds a filesystem for Mer on N800 | + | * <code>targets/mer-n800-fs-only</code> - builds a filesystem for Mer on N800 |
- | * targets/mer-x86-generic - builds a filesystem for | + | * <code>targets/mer-x86-generic</code> - builds a filesystem for x86. |
- | Imager can be run with | + | Imager can be run with <code>sh imager targets/''TARGET'' ''/path/where/you/want/fs''</code> |
Look inside the target scripts and work your way back. | Look inside the target scripts and work your way back. | ||
- | [[Category:Mer | + | |
+ | |||
+ | [[Category:Mer]] |
Revision as of 09:04, 18 April 2009
Using the imager
Grab the imager from bzr
(lp:~mer-committers/m-r/imager
)
Targets are:
-
targets/mer-770-fs-only
- builds a filesystem for Mer on Nokia 770 -
targets/mer-n800-fs-only
- builds a filesystem for Mer on N800 -
targets/mer-x86-generic
- builds a filesystem for x86.
Imager can be run with sh imager targets/TARGET /path/where/you/want/fs
Look inside the target scripts and work your way back.