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 |