patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH 1/2] increase partition sizes
@ 2021-12-12 15:50 Yureka
  2021-12-12 15:50 ` [PATCH 2/2] speed up installer image build Yureka
  0 siblings, 1 reply; 3+ messages in thread
From: Yureka @ 2021-12-12 15:50 UTC (permalink / raw)
  To: devel; +Cc: Yureka

---
 host/initramfs/live.nix | 2 +-
 installer/default.nix   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/host/initramfs/live.nix b/host/initramfs/live.nix
index 6446593..5dc4f87 100644
--- a/host/initramfs/live.nix
+++ b/host/initramfs/live.nix
@@ -29,7 +29,7 @@ let
     nativeBuildInputs = [ dosfstools mtools ];
     passthru = { inherit uki; };
   } ''
-    truncate -s ${toString (100 * 1024 * 1024)} $out
+    truncate -s ${toString (150 * 1024 * 1024)} $out
     mkfs.vfat $out
     mmd -i $out ::/EFI ::/EFI/BOOT
     mcopy -i $out ${uki} ::/EFI/BOOT/BOOTX64.EFI
diff --git a/installer/default.nix b/installer/default.nix
index 0685bdd..39933d9 100644
--- a/installer/default.nix
+++ b/installer/default.nix
@@ -35,7 +35,7 @@ let
   eosimages = vmTools.runInLinuxVM (runCommand "eosimages.img" {
     nativeBuildInputs = [ exfatprogs kmod util-linux ];
   } ''
-    truncate -s 4G "$out"
+    truncate -s 5G "$out"
     mkfs.exfat -L eosimages "$out"
     mkdir /mnt
     modprobe loop
-- 
2.34.0


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

end of thread, other threads:[~2021-12-16  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 15:50 [PATCH 1/2] increase partition sizes Yureka
2021-12-12 15:50 ` [PATCH 2/2] speed up installer image build Yureka
2021-12-16  2:38   ` 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).