chore(update_chroot): chromeos -> coreos

Change-Id: Ib8ab7afcc7bb0a1bcc5db7a7beef1c50df170610
This commit is contained in:
Brandon Philips 2013-02-05 18:18:38 -08:00
parent bf893c277f
commit e5aeefeb2b

View File

@ -106,7 +106,7 @@ done
# Second pass, update everything else. # Second pass, update everything else.
EMERGE_FLAGS+=" --deep" EMERGE_FLAGS+=" --deep"
sudo -E ${EMERGE_CMD} ${EMERGE_FLAGS} \ sudo -E ${EMERGE_CMD} ${EMERGE_FLAGS} \
chromeos-base/hard-host-depends world coreos-base/hard-host-depends world
# Automatically discard all CONFIG_PROTECT'ed files. Those that are # Automatically discard all CONFIG_PROTECT'ed files. Those that are
# protected should not be overwritten until the variable is changed. # protected should not be overwritten until the variable is changed.