]> git.plutz.net Git - blast/blobdiff - Makefile
xfce4-screensaver config (for trixie)
[blast] / Makefile
index 3b333bd6ca95a9f58af3bc49a1fb3938656e47de..7af8ad80fa0830c55c85d70e4c24b8540a41eec2 100644 (file)
--- 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