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

Side by Side Diff: mkcrosusb

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, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « crosh-workarounds ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 #
3 PROG=$(basename $0)
4 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file.
7 #
8 # Script to make ChromeOS image to USB.
9 ###############################################################################
10 # Syntax:
11 # bash mkcros.sh $1 where $1 is -beta or -rcbeta or -dev or -rcdev.
12 # e.g. to download latest released beta-channel:
13 # bash mkcrosusb.sh --beta
14 ###############################################################################
15 #
16 # simplify making an image
17 #
18
19 # Help info
20 echo
21 echo "Please visit chrome://imageburner to create new recovery devices!"
22 echo
23 exit 1
OLDNEW
« no previous file with comments | « crosh-workarounds ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698