From 854248303f6aa12d8492f9d2f0c2659a922bd644 Mon Sep 17 00:00:00 2001 From: starnakin Date: Sun, 22 Sep 2024 10:13:13 +0200 Subject: [PATCH] fix: create -10Mo iso --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af54644..cd2c6e3 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ iso: $(NAME) mkdir -p isodir/boot/grub cp build/$(NAME).bin isodir/boot/$(NAME).bin cp config/grub.cfg isodir/boot/grub/grub.cfg - grub-mkrescue -o build/$(NAME).iso isodir + grub-mkrescue -o build/$(NAME).iso --compress=xz --locales=en@quot --themes= isodir rm -rf isodir run-iso: iso