diff --git a/build_image b/build_image index 7bd52cf2d0..734b8efcfc 100755 --- a/build_image +++ b/build_image @@ -207,7 +207,7 @@ create_developer_image() { # Install developer packages described in chromeos-dev. sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \ --root="$root_dev_dir" --root-deps=rdeps \ - --getbinpkg --usepkg chromeos-dev $EMERGE_JOBS + --usepkgonly chromeos-dev $EMERGE_JOBS # Re-run ldconfig to fix /etc/ldconfig.so.cache. sudo /sbin/ldconfig -r "$root_fs_dir" @@ -385,7 +385,7 @@ sudo mount --bind "${STATEFUL_DIR}/var" "${ROOT_FS_DIR}/var" # image size as much as possible. sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \ --root="$ROOT_FS_DIR" --root-deps=rdeps \ - --getbinpkg --usepkg chromeos $EMERGE_JOBS + --usepkgonly chromeos $EMERGE_JOBS # Extract the kernel from the root filesystem for use by the GPT image. Legacy # BIOS will use the kernel in the rootfs (via syslinux), Chrome OS BIOS will