Skip to content

Commit

Permalink
Boot partition
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 10, 2024
1 parent c6b8c88 commit e873021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
sudo fdisk -l
echo "blkid"
sudo blkid
boot_partition=$(sudo blkid | grep "TYPE=\"efi\"" | cut -d: -f1)
boot_partition=$(sudo blkid | grep -E 'TYPE="vfat"' | grep -i "UEFI" | cut -d: -f1)
echo "boot_partition"
echo $boot_partition
Expand Down

0 comments on commit e873021

Please sign in to comment.