summaryrefslogtreecommitdiff
path: root/target/x86_64/qemu-x86_64/genimage.cfg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-19 13:43:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-23 03:09:27 +0100
commit0fdcbb4efc907387aef61f79d1b35679eb38f00e (patch)
tree6eee4d46eae5a8f2afc6e49df459e36c88e1458b /target/x86_64/qemu-x86_64/genimage.cfg
parentc0201ae0fe67e757bd77af4eade95a214d8ae6ee (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/genimage.cfg')
-rw-r--r--target/x86_64/qemu-x86_64/genimage.cfg1
1 files changed, 1 insertions, 0 deletions
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 {