mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46: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
|
||||
# Factory install needs to have the kernel initrmafs enabled,
|
||||
# and the factory installer added.
|
||||
EXTRA_PACKAGES="chromeos-base/chromeos-factoryinstall"
|
||||
EXTRA_USE="initramfs"
|
||||
EXTRA_PACKAGES="${EXTRA_PACKAGES} chromeos-base/chromeos-factoryinstall"
|
||||
EXTRA_USE="${EXTRA_USE} initramfs"
|
||||
fi
|
||||
|
||||
# Freshen kernel with correct USE flags. This is a noop if we have
|
||||
|
Loading…
Reference in New Issue
Block a user