fix crossystem flags not being set due to typo

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2016-04-26 02:27:43 -05:00
parent 1abdc89a85
commit 84de610adb

View File

@@ -12,7 +12,7 @@ function flash_rwlegacy()
cd /tmp
# set dev mode boot flags
if [ "${isChromeos}" = true ]; then
if [ "${isChromeOS}" = true ]; then
crossystem dev_boot_legacy=1 dev_boot_signed_only=0 > /dev/null 2>&1
fi