diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-19 13:43:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-23 03:09:27 +0100 |
commit | 0fdcbb4efc907387aef61f79d1b35679eb38f00e (patch) | |
tree | 6eee4d46eae5a8f2afc6e49df459e36c88e1458b /target/x86_64/qemu-x86_64 | |
parent | c0201ae0fe67e757bd77af4eade95a214d8ae6ee (diff) |
fallback to generic genimage config, the size of partition and filesystem still need to be made configurable
Diffstat (limited to 'target/x86_64/qemu-x86_64')
-rw-r--r-- | target/x86_64/qemu-x86_64/genimage-dual.cfg | 2 | ||||
-rw-r--r-- | target/x86_64/qemu-x86_64/genimage.cfg | 1 |
2 files changed, 3 insertions, 0 deletions
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 { |