summaryrefslogtreecommitdiff
path: root/installer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'installer.conf')
-rw-r--r--installer.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/installer.conf b/installer.conf
new file mode 100644
index 0000000..acdd7a2
--- /dev/null
+++ b/installer.conf
@@ -0,0 +1,45 @@
+images {
+ bootldr {
+ offset 0
+ filename /data/bootldr.bin
+ type raw
+ }
+
+ boot {
+ partition boot
+ filename /data/boot.img
+ type raw
+ }
+
+ system {
+ partition system
+ filename /data/system.img
+ type ext2
+ flags resize,addjournal
+ }
+
+ data {
+ partition data
+ filename /data/userdata.img
+ type ext2
+ flags resize,addjournal
+ }
+
+ cache {
+ partition cache
+ mkfs ext3
+ }
+
+ third_party {
+ partition third_party
+ mkfs ext3
+ }
+
+## TODO: Add the support for this later?
+# system {
+# partition system
+# filename /data/system.tar.gz
+# type targz
+# mkfs ext3
+# }
+}