]> git.proxmox.com Git - grub2.git/commit
grub-shell: Pass -no-pad to xorriso when building floppy images
authorColin Watson <cjwatson@debian.org>
Thu, 16 Jan 2014 12:51:23 +0000 (12:51 +0000)
committerColin Watson <cjwatson@debian.org>
Tue, 28 Jan 2014 23:50:26 +0000 (23:50 +0000)
commitfc98be5f4e09d5960d55ebd2b6e22f301cd83987
tree9f1b263dc9da904677e244fa0224c526b0079f05
parent4c565aaad13c96c1b3525cbdc836892a2b3eabc1
grub-shell: Pass -no-pad to xorriso when building floppy images

The floppy images built by grub-shell are currently just over the
floppy limit, and the Debian patch set plus the 915resolution extra
bring this up to the point where GRUB tries to actually read past
the floppy limit, breaking fddboot_test.  Passing -no-pad buys us
300KiB, which should keep us going for a while.

* tests/util/grub-shell.in: Pass -no-pad to xorriso when building
floppy images, saving 300KiB.

Forwarded: https://lists.gnu.org/archive/html/grub-devel/2014-01/msg00074.html
Last-Update: 2014-01-16

Patch-Name: grub-shell-no-pad.patch
tests/util/grub-shell.in