diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-13 18:36:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-13 18:36:26 +0200 |
commit | 57a963f2bb71bc78f733060c7480a361e7ac4d40 (patch) | |
tree | aef5f5b399e8dfb500fc88c490e38398543d39aa /target/x86_64 | |
parent | a69c4d6a96158c4f5ad25f5907c9e438ac2829a9 (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.cfg | 5 |
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" + } + } |