Compress GRUB files on grub-rescue-floppy.img using xz.

This commit is contained in:
Colin Watson 2013-11-27 12:21:51 +00:00
parent 310775beb5
commit 3388a9d094
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -34,6 +34,7 @@ grub2 (2.00+20131127-1) UNRELEASED; urgency=low
equivalent effect on size. equivalent effect on size.
* Break lupin-support (<< 0.55) due to the rewrite of grub-install in C. * Break lupin-support (<< 0.55) due to the rewrite of grub-install in C.
* Remove build-dependency on autogen, no longer needed. * Remove build-dependency on autogen, no longer needed.
* Compress GRUB files on grub-rescue-floppy.img using xz.
-- Colin Watson <cjwatson@debian.org> Fri, 15 Nov 2013 10:18:57 +0000 -- Colin Watson <cjwatson@debian.org> Fri, 15 Nov 2013 10:18:57 +0000

1
debian/rules vendored
View File

@ -193,6 +193,7 @@ debian/stamps/build-grub-rescue-pc: debian/stamps/build-grub-pc
--directory=$(CURDIR)/obj/grub-rescue-pc/grub-core \ --directory=$(CURDIR)/obj/grub-rescue-pc/grub-core \
--locale-directory=$(CURDIR)/obj/grub-rescue-pc/grub-core/po \ --locale-directory=$(CURDIR)/obj/grub-rescue-pc/grub-core/po \
--output=$(CURDIR)/obj/grub-rescue-pc/grub-rescue-floppy.img \ --output=$(CURDIR)/obj/grub-rescue-pc/grub-rescue-floppy.img \
--compress=xz \
-- -no-pad $(CURDIR)/obj/grub-rescue-pc/rescue-disk -- -no-pad $(CURDIR)/obj/grub-rescue-pc/rescue-disk
touch $@ touch $@