Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1066)

Unified Diff: channel_change

Issue 6597082: Remove obsolete channel_change and mkcrosusb commands. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/workarounds.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crosh-workarounds » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: channel_change
diff --git a/channel_change b/channel_change
deleted file mode 100755
index d4c405aa4867cc54d93e14649099735fab3b3b9d..0000000000000000000000000000000000000000
--- a/channel_change
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# Copyright (c) 2010 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.
-#
-# Script to change the channel between dev and beta.
-###############################################################################
-# Syntax:
-# channel_change $1 where $1 is --beta or --dev
-# e.g. to change the channel to beta-channel
-# change_channel --beta
-###############################################################################
-# MAIN
-###############################################################################
-echo
-echo "Currently, changing channels requires the use of a recovery device for"
-echo "the desired channel. An image may be downloaded, or you may use a"
-echo "pre-configured USB recovery device."
-echo
-echo "A new recovery device may be created at chrome://imageburner"
-echo
-echo "To enter recovery mode, power down your computer and restart it with the "
-echo "recovery button depressed. For older devices, use the BIOS boot menu "
-echo "to select the USB recovery device."
-echo
-exit 1
« no previous file with comments | « no previous file | crosh-workarounds » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698