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

Unified Diff: build_image

Issue 6814041: Enable fbconsole in recovery and factory shims (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 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
« no previous file with comments | « no previous file | mod_image_for_recovery.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 21dab799cf1294ee06dca194d5d5f015fd30340b..d417ee05cf41edbc87c2dcf2c9e62f8454c5ae77 100755
--- a/build_image
+++ b/build_image
@@ -196,7 +196,7 @@ if [ "${FLAGS_factory_install}" -eq "${FLAGS_TRUE}" ] ; then
# Factory install needs to have the kernel initrmafs enabled,
# and the factory installer added.
EXTRA_PACKAGES="${EXTRA_PACKAGES} chromeos-base/chromeos-factoryinstall"
- EXTRA_USE="${EXTRA_USE} initramfs"
+ EXTRA_USE="${EXTRA_USE} fbconsole initramfs"
fi
# Freshen kernel with correct USE flags. This is a noop if we have
« no previous file with comments | « no previous file | mod_image_for_recovery.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698