mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
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:
parent
de2b30af45
commit
97df39f63a
6
chroot_version_hooks.d/18_noop
Normal file
6
chroot_version_hooks.d/18_noop
Normal 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
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user