diff options
-rwxr-xr-x | scripts/contrib/mkefidisk.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index 40203ee9cc..c68c2249f3 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh | |||
@@ -166,8 +166,8 @@ parted $DEVICE mklabel gpt | |||
166 | echo "Creating boot partition on $BOOTFS" | 166 | echo "Creating boot partition on $BOOTFS" |
167 | parted $DEVICE mkpart primary 0% $BOOT_SIZE | 167 | parted $DEVICE mkpart primary 0% $BOOT_SIZE |
168 | 168 | ||
169 | # GPT doesn't have a real boot flag, parted will change the GUID to EFI System Partition, | 169 | # GPT doesn't have a real boot flag, parted will change the GUID to EFI System |
170 | # which is what we want | 170 | # Partition, which is what we want |
171 | echo "Enabling boot flag on $BOOTFS" | 171 | echo "Enabling boot flag on $BOOTFS" |
172 | parted $DEVICE set 1 boot on | 172 | parted $DEVICE set 1 boot on |
173 | 173 | ||