Skip to content

Commit

Permalink
fix: remove syslinux
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-master21 authored Aug 19, 2023
1 parent be9b7a1 commit 3f2f842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/terraform.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi

if [ $ARCH = arm64 ]; then
BOOTLOADERS="grub-efi";
else BOOTLOADERS="syslinux grub-pc";
else BOOTLOADERS="grub-pc";
fi

# suffix for generated .iso files
Expand Down

0 comments on commit 3f2f842

Please sign in to comment.