From b7a7901cf926ec6eded4ddf7755a6b14543f9c3c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Jan 2023 00:50:03 +0200 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 382f82a5..0c8cb31b 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ endif ifeq ($(BOOTLOADER), other) ifeq ($(OSARCH), amd64) cp tools/limine.cfg $(LIMINE_FOLDER)/limine.sys $(LIMINE_FOLDER)/limine-cd.bin $(LIMINE_FOLDER)/limine-cd-efi.bin iso_tmp_data/ - xorriso -as mkisofs -b limine-cd.bin \ + xorriso -as mkisofs -quiet -b limine-cd.bin \ -no-emul-boot -boot-load-size 4 -boot-info-table \ --efi-boot limine-cd-efi.bin -V FENNIX \ -efi-boot-part --efi-boot-image --protective-msdos-label \