X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=Makefile;h=7af8ad80fa0830c55c85d70e4c24b8540a41eec2;hb=HEAD;hp=3b333bd6ca95a9f58af3bc49a1fb3938656e47de;hpb=d2e24ca61b16672c20208660ed7cfa1ec6e07112;p=blast diff --git a/Makefile b/Makefile index 3b333bd..7af8ad8 100644 --- a/Makefile +++ b/Makefile @@ -36,9 +36,7 @@ ifndef release release := bullseye endif -KEYRING := keys/debian-archive-${release}-stable.gpg KEYRING := keys/debian-archive-${release}-automatic.gpg -# KEYRING := keys/debian-archive-${release}-security-automatic.gpg ifndef SOURCES define SOURCES := @@ -329,7 +327,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