summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 10:52:49 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-10 10:53:34 +0200
commit4830c5375683e8a88cb3e8a887dd91e5d4274e07 (patch)
tree42f4c6533f6bf512d5dd19a8a3ea27f882cd3bc1 /target/x86_64
parent80927381105b7e9b92f69be100f8bacab36c5760 (diff)
genimage: add better support
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/qemu-x86_64/genimage.cfg15
1 files changed, 1 insertions, 14 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg
index a958d560d..9f2d3ec72 100644
--- a/target/x86_64/qemu-x86_64/genimage.cfg
+++ b/target/x86_64/qemu-x86_64/genimage.cfg
@@ -3,22 +3,9 @@ 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"
+ image = "rootfs.ext"
}
}