[PATCH] img/live: increase ESP size
Switching from Busybox to kmod modprobe has left us needing a bit more space. Reported-by: Ville Ilvonen <ville.ilvonen@unikie.com> Fixes: cf7e089 ("Busybox modprobe is banned") --- 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 -- 2.35.1
This patch has been committed as 1ba1de9532fcaf1fda6441008a8779331a3eb156, which can be viewed online at https://spectrum-os.org/git/spectrum/commit/?id=1ba1de9532fcaf1fda6441008a87.... This is an automated message. Send comments/questions/requests to: Alyssa Ross <hi@alyssa.is>
participants (2)
-
Alyssa Ross -
Alyssa Ross