Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(878)

Unified Diff: src/platform/factory_installer/factory_install.sh

Issue 1542011: Allow boot directly into mfg test. (Closed)
Patch Set: check that CL is attached to tracker Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/factory_installer/factory_install.sh
diff --git a/src/platform/factory_installer/factory_install.sh b/src/platform/factory_installer/factory_install.sh
index 551c8648f6259ae890ee3934c9dfb1853c03121d..1645a860cc0356a3586fd854bbb8770eab877c4c 100644
--- a/src/platform/factory_installer/factory_install.sh
+++ b/src/platform/factory_installer/factory_install.sh
@@ -39,7 +39,7 @@ OEM_CHANNEL_ARG='--force_track=oempartitionimg-channel'
STATE_CHANNEL_ARG='--force_track=stateimg-channel'
# Install the partitions
-for i in FACTORY RELEASE STATE OEM; do
+for i in OEM STATE RELEASE FACTORY; do
PART=$(eval "echo \$DST_${i}_PART")
CHANNEL_ARG=$(eval "echo \$${i}_CHANNEL_ARG")
KPART="none"
« no previous file with comments | « src/platform/factory_installer/factory_install.conf ('k') | src/platform/memento_softwareupdate/memento_updater.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698