summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
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"
+ }
+
}