grml / grml-debootstrap

wrapper around debootstrap
59 stars 27 forks source link

consistently use ESP label for the EFI system partition #259

Closed adrelanos closed 8 months ago

adrelanos commented 9 months ago

change from EFI to ESP for arm64 builds

Use of ESP is more popular.

If we'd use the long label it would be "EFI system partition" but since we use the short label it should be ESP.

Why bother? Because then later PARTLABEL can be used in /etc/fstab.

https://wiki.archlinux.org/title/fstab#GPT_partition_labels

Any label with spaces is more error-prone.

I haven't found any convention for partition labels but consistency makes sense.

mika commented 8 months ago

Wasn't aware of this, nice catch, thanks! :+1: