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.cfg21
1 files changed, 10 insertions, 11 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg
index a59d75e47..0b8992731 100644
--- a/target/x86_64/qemu-x86_64/genimage.cfg
+++ b/target/x86_64/qemu-x86_64/genimage.cfg
@@ -1,20 +1,19 @@
-image efi-part.vfat {
- vfat {
- file EFI {
- image = "efi-part/EFI"
- }
- }
- size = 32M
-}
-
image disk.img {
hdimage {
}
partition boot {
- partition-type = 0xEF
- image = "efi-part.vfat"
+ in-partition-table = "no"
+ image = "boot.img"
+ offset = 0
+ size = 512
+ }
+
+ partition grub {
+ in-partition-table = "no"
+ image = "grub.img"
+ offset = 512
}
partition root {