summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-25 11:03:40 +0000
committerAlyssa Ross <hi@alyssa.is>2022-03-27 08:27:07 +0000
commit1ba1de9532fcaf1fda6441008a8779331a3eb156 (patch)
tree9bccba273f460c830b1c31584cc43d75d0ce45bd
parentd55913426b0f26d8c586bc1fdd0e4cdb73d77777 (diff)
downloadspectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar.gz
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar.bz2
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar.lz
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar.xz
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.tar.zst
spectrum-1ba1de9532fcaf1fda6441008a8779331a3eb156.zip
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")
Message-Id: <20220325110340.3118469-1-hi@alyssa.is>
-rw-r--r--img/live/Makefile2
1 files changed, 1 insertions, 1 deletions
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