From 0fdcbb4efc907387aef61f79d1b35679eb38f00e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 19 Feb 2017 13:43:01 +0100 Subject: fallback to generic genimage config, the size of partition and filesystem still need to be made configurable --- adk/genimage/genimage-dual.cfg | 23 +++++++++++++++++++++++ adk/genimage/genimage.cfg | 17 +++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 adk/genimage/genimage-dual.cfg create mode 100644 adk/genimage/genimage.cfg (limited to 'adk/genimage') 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" + } + +} diff --git a/adk/genimage/genimage.cfg b/adk/genimage/genimage.cfg new file mode 100644 index 000000000..9e17390b1 --- /dev/null +++ b/adk/genimage/genimage.cfg @@ -0,0 +1,17 @@ +image disk.img { + + hdimage { + } + + partition root { + partition-type = 0x83 + image = "rootfs.ext" + size = 64M + } + + partition cfgfs { + partition-type = 0x88 + image = "cfgfs.img" + } + +} -- cgit v1.2.3