mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 08:16:12 -04:00
Increase esp.raw to 500MiB
This commit is contained in:
4
build.sh
4
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.
|
||||
|
||||
Reference in New Issue
Block a user