mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
The name chroot_upgrade is rather confusing since we already have "chroot_update" and those two scripts will be chained. It was the original name before update_chroot existed. BUG=none TEST=run the new one, see it work the same Change-Id: I851fc4a0f28e32a9bbd01b2e4ddedbaffc6abf1c Reviewed-on: http://gerrit.chromium.org/gerrit/876 Reviewed-by: David James <davidjames@chromium.org> Tested-by: Zdenek Behan <zbehan@chromium.org>
7 lines
250 B
Plaintext
7 lines
250 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.
|
|
|
|
info "You have just been upgraded to chroot version 1! Congratulations!"
|
|
exit 0
|