patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] img/live: increase ESP size
@ 2022-03-25 11:03 Alyssa Ross
  2022-03-27  8:31 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Alyssa Ross @ 2022-03-25 11:03 UTC (permalink / raw)
  To: devel; +Cc: Ville Ilvonen

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] img/live: increase ESP size
  2022-03-25 11:03 [PATCH] img/live: increase ESP size Alyssa Ross
@ 2022-03-27  8:31 ` Alyssa Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Alyssa Ross @ 2022-03-27  8:31 UTC (permalink / raw)
  To: Alyssa Ross, devel; +Cc: Ville Ilvonen

This patch has been committed as 1ba1de9532fcaf1fda6441008a8779331a3eb156,
which can be viewed online at
https://spectrum-os.org/git/spectrum/commit/?id=1ba1de9532fcaf1fda6441008a8779331a3eb156.

This is an automated message.  Send comments/questions/requests to:
Alyssa Ross <hi@alyssa.is>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-27  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 11:03 [PATCH] img/live: increase ESP size Alyssa Ross
2022-03-27  8:31 ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).