]> 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>
Fri, 4 Sep 2015 10:56:35 +0000 (11:56 +0100)
commit8dede048cf86c141df0d57612134ca304e0a9238
tree7d15834cbdbc88d428e512c33d94072f2f5f5b21
parent705efb817045976afa9ccecd2f175d0fcd2c29cd
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