From e5aeefeb2b3c7c43be14d54ef3cd341612e57c0a Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 5 Feb 2013 18:18:38 -0800 Subject: [PATCH] chore(update_chroot): chromeos -> coreos Change-Id: Ib8ab7afcc7bb0a1bcc5db7a7beef1c50df170610 --- update_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_chroot b/update_chroot index d6d0367a52..846948db0b 100755 --- a/update_chroot +++ b/update_chroot @@ -106,7 +106,7 @@ done # Second pass, update everything else. EMERGE_FLAGS+=" --deep" 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 # protected should not be overwritten until the variable is changed.