diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/x86_64/qemu-x86_64/genimage.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/x86_64/qemu-x86_64/genimage.cfg b/target/x86_64/qemu-x86_64/genimage.cfg index d86f7ffd7..c1bc286f3 100644 --- a/target/x86_64/qemu-x86_64/genimage.cfg +++ b/target/x86_64/qemu-x86_64/genimage.cfg @@ -8,6 +8,7 @@ image disk.img { image = "boot.img" offset = 0 size = 512 + holes = {"(440; 512)"} } partition grub { |