From: Darren Hart Date: Tue, 19 Mar 2013 22:15:01 +0000 (-0700) Subject: mkefidisk: Cleanup comment length X-Git-Tag: yocto-4.0~33491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fbab279edd0057193900646cf9f66323698e774;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mkefidisk: Cleanup comment length Keep comments under 80 characters in length. Signed-off-by: Darren Hart Cc: Koen Kooi Signed-off-by: Richard Purdie --- diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index 40203ee9ccc..c68c2249f3e 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh @@ -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