| Submitter | Darren Hart |
|---|---|
| Date | March 19, 2013, 10:15 p.m. |
| Message ID | <df7479e0193880e0e7b406844890f627d217011d.1363731212.git.dvhart@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/46513/ |
| State | Accepted |
| Commit | 1fbab279edd0057193900646cf9f66323698e774 |
| Headers | show |
Comments
Patch
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index b7db0a9..701a4d0 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
Keep comments under 80 characters in length. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Koen Kooi <koen@dominion.thruhere.net> --- scripts/contrib/mkefidisk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)