Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/259'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Dec 22, 2023
2 parents 19dc059 + 81d7587 commit 7a320f2
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 @@ -1483,7 +1483,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 7a320f2

Please sign in to comment.