mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Every developer image (and test images based on the developer image) should include "cros_debug" in the kernel commandline. This flag is used by the crossystem application to determine if the image being run is a developer image. cros_make_image_bootable receives a new flag, --force_developer_mode that appends "cros_debug" to the boot args. BUG=chromium-os:16951 TEST=build images. Flash a base image and confirm the absence of "cros_debug" in /proc/cmdline. Flash the developer image and confirm the existence of the string. Change-Id: I9f748638b5dac384be991908239e8b447ddf3b5e Reviewed-on: http://gerrit.chromium.org/gerrit/3169 Tested-by: Arkaitz Ruiz Alvarez <arkaitzr@chromium.org> Reviewed-by: Gaurav Shah <gauravsh@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%