Skip to content

Commit

Permalink
consistently use ESP label for the EFI system partition
Browse files Browse the repository at this point in the history
change from EFI to ESP for arm64 builds
  • Loading branch information
adrelanos committed Dec 12, 2023
1 parent dd57cf2 commit 81d7587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-debootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ prepare_vm() {
if [ "$ARCH" = 'arm64' ]; then
einfo "Setting up GPT partitions for arm64"
parted -s "${TARGET}" 'mklabel gpt'
parted -s "${TARGET}" 'mkpart EFI fat32 1MiB 10MiB'
parted -s "${TARGET}" 'mkpart ESP fat32 1MiB 10MiB'
parted -s "${TARGET}" 'set 1 boot on'
parted -s "${TARGET}" 'mkpart LINUX ext4 10MiB 100%'
else
Expand Down

0 comments on commit 81d7587

Please sign in to comment.