mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
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>
9 lines
238 B
Plaintext
9 lines
238 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.99-r2
|
|
|
|
exit 0
|
|
|