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 --- target/x86_64/qemu-x86_64/genimage-dual.cfg | 2 ++ target/x86_64/qemu-x86_64/genimage.cfg | 1 + 2 files changed, 3 insertions(+) (limited to 'target') diff --git a/target/x86_64/qemu-x86_64/genimage-dual.cfg b/target/x86_64/qemu-x86_64/genimage-dual.cfg index 82d6dc2c2..647a2bcb5 100644 --- a/target/x86_64/qemu-x86_64/genimage-dual.cfg +++ b/target/x86_64/qemu-x86_64/genimage-dual.cfg @@ -19,11 +19,13 @@ image disk.img { partition root1 { partition-type = 0x83 image = "rootfs.ext" + size = 64M } partition root2 { partition-type = 0x83 image = "rootfs.ext" + size = 64M } partition cfgfs { diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg index 0b8992731..d86f7ffd7 100644 --- a/target/x86_64/qemu-x86_64/genimage.cfg +++ b/target/x86_64/qemu-x86_64/genimage.cfg @@ -19,6 +19,7 @@ image disk.img { partition root { partition-type = 0x83 image = "rootfs.ext" + size = 64M } partition cfgfs { -- cgit v1.2.3