mkefidisk: Cleanup comment length

Keep comments under 80 characters in length.

(From OE-Core rev: 1fbab279edd0057193900646cf9f66323698e774)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Darren Hart 2013-03-19 15:15:01 -07:00 committed by Richard Purdie
parent c38da2675b
commit ca67cd9334
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ parted $DEVICE mklabel gpt
echo "Creating boot partition on $BOOTFS"
parted $DEVICE mkpart primary 0% $BOOT_SIZE
# GPT doesn't have a real boot flag, parted will change the GUID to EFI System Partition,
# which is what we want
# GPT doesn't have a real boot flag, parted will change the GUID to EFI System
# Partition, which is what we want
echo "Enabling boot flag on $BOOTFS"
parted $DEVICE set 1 boot on