mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
missed feedback from CL
Review URL: http://codereview.chromium.org/3323004
This commit is contained in:
parent
40808fbffa
commit
ebce8543fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user