summaryrefslogtreecommitdiff
path: root/target/x86_64/qemu-x86_64/genimage.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86_64/qemu-x86_64/genimage.cfg')
-rw-r--r--target/x86_64/qemu-x86_64/genimage.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg
new file mode 100644
index 000000000..a958d560d
--- /dev/null
+++ b/target/x86_64/qemu-x86_64/genimage.cfg
@@ -0,0 +1,25 @@
+image disk.img {
+
+ hdimage {
+ }
+
+ partition boot {
+ in-partition-table = "no"
+ image = "boot.img"
+ offset = 0
+ size = 512
+ }
+
+ partition grub {
+ in-partition-table = "no"
+ image = "grub.img"
+ offset = 512
+ }
+
+ partition root {
+ partition-type = 0x83
+ image = "rootfs.ext2"
+ }
+
+}
+