mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
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>
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
# 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
|