summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-13 18:36:26 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-13 18:36:26 +0200
commit57a963f2bb71bc78f733060c7480a361e7ac4d40 (patch)
treeaef5f5b399e8dfb500fc88c490e38398543d39aa /target/x86_64
parenta69c4d6a96158c4f5ad25f5907c9e438ac2829a9 (diff)
uefi boot dislikes size in genimage, use a dummy image for cfgfs, add dependencies
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/qemu-x86_64/genimage.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg
index 5a5479fbd..a59d75e47 100644
--- a/target/x86_64/qemu-x86_64/genimage.cfg
+++ b/target/x86_64/qemu-x86_64/genimage.cfg
@@ -22,4 +22,9 @@ image disk.img {
image = "rootfs.ext"
}
+ partition cfgfs {
+ partition-type = 0x88
+ image = "cfgfs.img"
+ }
+
}