classy-giraffe / easy-arch

Script for boostrapping Arch Linux with BTRFS, snapshots and LUKS encryption (UEFI only).
https://classy-giraffe.github.io/easy-arch
Apache License 2.0
237 stars 54 forks source link

Consider reducing ESP partition size #8

Closed TommyTran732 closed 3 years ago

TommyTran732 commented 3 years ago

Previously, the script mounts the ESP partition as /boot, and it made sense to have 512MB allocated to it. However, since /boot is now a subvolume and the ESP partition is mounted as /boot/efi (which only contains grubx64.efi), I think its reasonable to reduce it to ~300 MB or even less.

classy-giraffe commented 3 years ago

Right, 100 MB should be fine too.

TommyTran732 commented 3 years ago

I see you have already changed it, closing this issue.