summaryrefslogtreecommitdiff
path: root/adk/genimage/genimage-dual.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'adk/genimage/genimage-dual.cfg')
-rw-r--r--adk/genimage/genimage-dual.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/adk/genimage/genimage-dual.cfg b/adk/genimage/genimage-dual.cfg
new file mode 100644
index 000000000..80ea64a84
--- /dev/null
+++ b/adk/genimage/genimage-dual.cfg
@@ -0,0 +1,23 @@
+image disk.img {
+
+ hdimage {
+ }
+
+ partition root1 {
+ partition-type = 0x83
+ image = "rootfs.ext"
+ size = 64M
+ }
+
+ partition root2 {
+ partition-type = 0x83
+ image = "rootfs.ext"
+ size = 64M
+ }
+
+ partition cfgfs {
+ partition-type = 0x88
+ image = "cfgfs.img"
+ }
+
+}