From: Paul Hänsch Date: Thu, 16 May 2024 08:49:21 +0000 (+0200) Subject: compress bootloader files on live media X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=26f60dd8e15bd0006b1db60984bf4b65f069f95f;p=blast compress bootloader files on live media --- diff --git a/Makefile b/Makefile index 3b333bd..e1e77e0 100644 --- a/Makefile +++ b/Makefile @@ -329,7 +329,7 @@ _format_boot: ${PBOOT} _format: _format_root _format_boot _iso_image: ${ISOROOT} - grub-mkrescue -o "$${ISO}" "$${ISOROOT}" + grub-mkrescue --compress=xz -o "$${ISO}" "$${ISOROOT}" .PHONY: _syslinux_efi32 _syslinux_efi64 _syslinux_bios .PHONY: _grub_efi32 _grub_efi64