From 665a204da79f7056ce03543c3af51bf39251bfed Mon Sep 17 00:00:00 2001 From: Thomas Duckworth Date: Sat, 24 Jan 2026 19:47:08 +1100 Subject: [PATCH] Increase esp.raw to 500MiB --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 07e2743..74238d7 100755 --- a/build.sh +++ b/build.sh @@ -146,8 +146,8 @@ mv "$LIVE_UKI" "${OUTPUT}/usr/share/factory/boot/EFI/Linux/$EFI" # Change to kde-linux.cache since we'll be working there. cd kde-linux.cache -# Create a 260M large FAT32 filesystem inside of esp.raw. -fallocate -l 260M esp.raw +# Create a 500M large FAT32 filesystem inside of esp.raw. +fallocate -l 500M esp.raw mkfs.fat -F 32 esp.raw # Mount it to esp.raw.mnt.