From 3388a9d094875fc8f61ef3fa91fe6cb0c42a5860 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 27 Nov 2013 12:21:51 +0000 Subject: [PATCH] Compress GRUB files on grub-rescue-floppy.img using xz. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 576113d1b..57f482304 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ grub2 (2.00+20131127-1) UNRELEASED; urgency=low equivalent effect on size. * Break lupin-support (<< 0.55) due to the rewrite of grub-install in C. * Remove build-dependency on autogen, no longer needed. + * Compress GRUB files on grub-rescue-floppy.img using xz. -- Colin Watson Fri, 15 Nov 2013 10:18:57 +0000 diff --git a/debian/rules b/debian/rules index 7273b4b79..56b71f69d 100755 --- a/debian/rules +++ b/debian/rules @@ -193,6 +193,7 @@ debian/stamps/build-grub-rescue-pc: debian/stamps/build-grub-pc --directory=$(CURDIR)/obj/grub-rescue-pc/grub-core \ --locale-directory=$(CURDIR)/obj/grub-rescue-pc/grub-core/po \ --output=$(CURDIR)/obj/grub-rescue-pc/grub-rescue-floppy.img \ + --compress=xz \ -- -no-pad $(CURDIR)/obj/grub-rescue-pc/rescue-disk touch $@