summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/x86_64/qemu-x86_64/genimage-dual.cfg2
-rw-r--r--target/x86_64/qemu-x86_64/genimage.cfg1
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 {