mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-11 17:14:18 +00:00
Compress GRUB files on grub-rescue-floppy.img using xz.
This commit is contained in:
parent
310775beb5
commit
3388a9d094
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
1
debian/rules
vendored
@ -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 $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user