diff options
Diffstat (limited to 'target')
-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" + } + } |