missed feedback from CL

Review URL: http://codereview.chromium.org/3323004
This commit is contained in:
Nick Sanders 2010-09-02 14:57:34 -07:00
parent 40808fbffa
commit ebce8543fc

View File

@ -150,8 +150,8 @@ EXTRA_USE=""
if [ "${FLAGS_factory_install}" -eq "${FLAGS_TRUE}" ] ; then if [ "${FLAGS_factory_install}" -eq "${FLAGS_TRUE}" ] ; then
# Factory install needs to have the kernel initrmafs enabled, # Factory install needs to have the kernel initrmafs enabled,
# and the factory installer added. # and the factory installer added.
EXTRA_PACKAGES="chromeos-base/chromeos-factoryinstall" EXTRA_PACKAGES="${EXTRA_PACKAGES} chromeos-base/chromeos-factoryinstall"
EXTRA_USE="initramfs" EXTRA_USE="${EXTRA_USE} initramfs"
fi fi
# Freshen kernel with correct USE flags. This is a noop if we have # Freshen kernel with correct USE flags. This is a noop if we have