J. Richard Barnette b290366b6e Fix build_image --factory_install to work again.
There were two bugs:
 1) The test [ ${ARCH} -eq "arm" ] was wrong because -eq is a
    numeric comparison operator, not legal on strings.
 2) Variable ${ARCH} was used before set.

The code change includes comment changes to clarify the reasons for
the code, and a future-proofing logic change.

Change-Id: I63f502cc33cf8a9a441b4b305fc49ed57d0a55b1

BUG=None
TEST=build_image --factory_install, and boot the resulting image

Review URL: http://codereview.chromium.org/6905119
2011-04-28 17:14:34 -07:00
2010-09-09 14:25:33 -07:00
2011-02-24 13:02:52 +03:00
2011-03-21 18:56:04 -07:00
2011-03-21 18:56:04 -07:00
2011-04-20 17:27:37 -07:00
Description
image build and composition scripts for Flatcar Container Linux
BSD-3-Clause 177 MiB
Languages
Shell 93%
Python 6.9%