From 1ba1de9532fcaf1fda6441008a8779331a3eb156 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 25 Mar 2022 11:03:40 +0000 Subject: img/live: increase ESP size Switching from Busybox to kmod modprobe has left us needing a bit more space. Reported-by: Ville Ilvonen Fixes: cf7e089 ("Busybox modprobe is banned") Message-Id: <20220325110340.3118469-1-hi@alyssa.is> --- img/live/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/img/live/Makefile b/img/live/Makefile index e9b760c..319895a 100644 --- a/img/live/Makefile +++ b/img/live/Makefile @@ -34,7 +34,7 @@ build/bootx64.efi: etc/os-release build/cmdline $(INITRAMFS) $(EFI_STUB) $@ build/boot.fat: build/bootx64.efi - $(TRUNCATE) -s 209715200 $@ + $(TRUNCATE) -s 220200960 $@ $(MKFS_FAT) $@ $(MMD) -i $@ ::/EFI ::/EFI/BOOT $(MCOPY) -i $@ build/bootx64.efi ::/EFI/BOOT -- cgit 1.4.1