summary refs log tree commit diff
path: root/img
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-26 09:14:22 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-26 09:22:06 +0000
commit78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d (patch)
tree33aec2c763673634033b5b3878947400b587405f /img
parent2fa5438e4da70960e26e270d78af335de3172c14 (diff)
downloadspectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar.gz
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar.bz2
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar.lz
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar.xz
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.tar.zst
spectrum-78d665bc5a50ecd9bfddb4b5e539572c0f0fd22d.zip
img/live: increase boot.fat size
I am very confused why this is required with the Nixpkgs update,
because overall the combined size of the inputs has actually
decreased:

 • bootloader: 61K → 77K
 • kernel: 7.9M → 8.0M
 • initramfs: 191M → 120M
Diffstat (limited to 'img')
-rw-r--r--img/live/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/live/Makefile b/img/live/Makefile
index 1277431..f9db2d8 100644
--- a/img/live/Makefile
+++ b/img/live/Makefile
@@ -30,7 +30,7 @@ build/spectrum.conf: build/rootfs.verity.roothash
 	cat build/rootfs.verity.roothash >> $@
 
 build/boot.fat: $(KERNEL) $(INITRAMFS) $(SYSTEMD_BOOT_EFI) build/spectrum.conf
-	$(TRUNCATE) -s 220200960 $@
+	$(TRUNCATE) -s 440401920 $@
 	$(MKFS_FAT) $@
 	$(MMD) -i $@ ::/EFI ::/EFI/BOOT ::/loader ::/loader/entries ::/spectrum
 	$(MCOPY) -i $@ build/spectrum.conf ::/loader/entries