Uninstall old grub in the chroot

BUG=chromium-os:21244
TEST=./build_packages unmerges old grub and installs new one (with related change)

Change-Id: Iadfbd219a989f71258786591c047ace3931f1e9c
Reviewed-on: https://gerrit.chromium.org/gerrit/11951
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Tested-by: Anush Elangovan <anush@chromium.org>
This commit is contained in:
Anush Elangovan 2011-11-18 15:45:14 -08:00
parent 48edc99a55
commit 8d3ea4b7e8

View File

@ -0,0 +1,8 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CLEAN_DELAY=0 sudo emerge --unmerge =sys-boot/grub-1.97-r2
info "Chroot upgraded to version 17: Removed old grub install"
exit 0