Uninstall GRUB 1.99 from chroot in favour of 1.97

See CL https://gerrit.chromium.org/gerrit/#change,11951 for the original CL.

BUG=chromium-os:23407
TEST=Tested on chroot synced on 23/11/11

Change-Id: I039d6b6ee06617dfa9263eab4fe83e128f0773b4
Reviewed-on: https://gerrit.chromium.org/gerrit/12106
Reviewed-by: Peter Mayo <petermayo@chromium.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Tested-by: Sean Paul <seanpaul@chromium.org>
Commit-Ready: Sean Paul <seanpaul@chromium.org>
This commit is contained in:
Sean Paul 2011-11-24 15:28:33 -05:00 committed by Gerrit
parent de2b30af45
commit 97df39f63a
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 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.
# No-op, this change is being reverted
exit 0

View File

@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
CLEAN_DELAY=0 sudo emerge --unmerge =sys-boot/grub-1.97-r2 CLEAN_DELAY=0 sudo emerge --unmerge =sys-boot/grub-1.99-r2
exit 0 exit 0