summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-08-30 18:50:34 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2012-08-30 18:50:34 +0100
commita10aa3460136863255020962f630b371ee3eb64c (patch)
treea1c519321094c9d7ecc357ed058b27b0412d4bbc
parent5da007191314b09cd99e47a047264d8af20efebe (diff)
uefi-config: fix title for Android buildsboot-menu-arg
The "android" enviroment variable wasn't being set, so Android configs were labelled as Ubuntu in the title field. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xuefi-config1
1 files changed, 1 insertions, 0 deletions
diff --git a/uefi-config b/uefi-config
index b705519..79a0071 100755
--- a/uefi-config
+++ b/uefi-config
@@ -114,6 +114,7 @@ function usage
while [ "$1" != "" ]; do
case $1 in
-a | --android )
+ android=1
UEFI_CMDLINE=$KERNEL_CMDLINE_ANDROID
;;
-b | --bootmenu )