Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moebrowne committed May 23, 2017
2 parents b0a803f + 06b93e8 commit 4247e63
Show file tree
Hide file tree
Showing 37 changed files with 258 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*~

#Images this tool downloads
images/*
images/*/*/cache
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,50 @@ It has the added benefit as it also gives users a verbose output showing for exa

## Install

Instillation is easy:
Installation is easy:

# Clone this repo
git clone https://github.com/moebrowne/RPi-Image-Manager

# Change directory
cd RPi-Image-Manager

# Set the image manager as executable
chmod u+x manager.sh
```bash
# Clone this repo
git clone https://github.com/moebrowne/RPi-Image-Manager

## Usage

This tool takes 2 parameters like so:

# Execute!
./manager.sh {IMAGE_NAME} {DEVICE_PATH}
# Change directory
cd RPi-Image-Manager
```

Where `{IMAGE_NAME}` is one of the images listed below and `{DEVICE_PATH}` is the path to the block device you wish to write the image to

## Parameters
## Usage

There is a single parameter the tool can take:
This tool is completely interactive so just needs executing:

-l or --list-images List out all the images
```bash
# Execute!
./manager.sh
```

## Supported Images
## Images

The following images can be installed just by using their names:
You can either write a file from your local disk or download one of the inbuilt ones:

- Raspbian
- Raspbian Jessie
- Raspbian Jessie Lite
- Minbian
- Ubuntu Snappy
- OPENELEC
- OpenELEC
- LibreELEC
- OSMC
- Pidora
- RISC OS
- Retro Pi (For RPi 1 & 2)
- MATE
- Weather Station
- RetroPie

## Dependencies

There is only a single package required which is non-standard; pv. It's easily installed whatever Distro you're using:

# Ubuntu / Debian
apt-get install pv

# RHEL / CentOS
yum install pv
```
# Ubuntu / Debian
apt-get install pv
# RHEL / CentOS
yum install pv
```
1 change: 1 addition & 0 deletions images/LibreELEC/7.0.2/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://releases.libreelec.tv/LibreELEC-RPi.arm-7.0.2.img.gz
1 change: 1 addition & 0 deletions images/LibreELEC/7.0.2/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06f15c73029ee676007234ddf4409a6dec8ae9fb
1 change: 1 addition & 0 deletions images/MATE/16.04.2/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://ubuntu-mate.org/raspberry-pi/ubuntu-mate-16.04.2-desktop-armhf-raspberry-pi.img.xz
1 change: 1 addition & 0 deletions images/Minbian/2016-03-12/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://downloads.sourceforge.net/project/minibian/2016-03-12-jessie-minibian.tar.gz
1 change: 1 addition & 0 deletions images/Minbian/2016-03-12/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43558a173420108408bb8c1c6731ed5812c06971
1 change: 1 addition & 0 deletions images/OSMC/20160621/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://download.osmc.tv/installers/diskimages/OSMC_TGT_rbp2_20160621.img.gz
1 change: 1 addition & 0 deletions images/OSMC/20160621/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e1c40d35e723c9815e4058b44a079921a874e71f
1 change: 1 addition & 0 deletions images/OpenELEC/6.0.3/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://releases.openelec.tv/OpenELEC-RPi2.arm-6.0.3.img.gz
1 change: 1 addition & 0 deletions images/OpenELEC/6.0.3/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31082d36c369f49a6223776f776db967b6c48a48
1 change: 1 addition & 0 deletions images/Pidora/2014-R3/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://pidora.ca/pidora/releases/20/images/Pidora-2014-R3.zip
1 change: 1 addition & 0 deletions images/Pidora/2014-R3/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00f85ca01a6555d4b0843054090c222239898b7c
1 change: 1 addition & 0 deletions images/RISC OS/2017-04-20/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.riscosopen.org/zipfiles/platform/raspberry-pi/riscos-2017-04-13.15.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-02-16/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-02-27/2017-02-16-raspbian-jessie-lite.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-02-16/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5fbae9e1f941648d1011d0d8b98db011f3ab3a4f
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-03-02/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-03-03/2017-03-02-raspbian-jessie-lite.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-03-02/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1778584c419208d919ca85e92a5cae16d1676090
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-04-10/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-04-10/2017-04-10-raspbian-jessie-lite.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie Lite/2017-04-10/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c24a4c7dd1a5957f303193fee712d0d2c0c6372d
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-02-16/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-02-27/2017-02-16-raspbian-jessie.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-02-16/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e4968fe20b87da50377ccabbe95d0c07a0b9cb41
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-03-02/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-03-03/2017-03-02-raspbian-jessie.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-03-02/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4c0dedd56c2cfb7913322cadb9ba81e19b6daee
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-04-10/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/raspbian/images/raspbian-2017-04-10/2017-04-10-raspbian-jessie.zip
1 change: 1 addition & 0 deletions images/Raspbian Jessie/2017-04-10/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6d7b11bb3d64524203edf6c80c499456fb5fef53
1 change: 1 addition & 0 deletions images/RetroPie/4.2/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/RetroPie/RetroPie-Setup/releases/download/4.2/retropie-4.2-rpi2_rpi3.img.gz
1 change: 1 addition & 0 deletions images/Snappy/15.04/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://cdimage.ubuntu.com/ubuntu-snappy/15.04/stable/latest/ubuntu-15.04-snappy-armhf-raspi2.img.xz
1 change: 1 addition & 0 deletions images/Snappy/15.04/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d32d93e0086593fe34b8c07d4af7227c79addd3
1 change: 1 addition & 0 deletions images/Snappy/16/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://cdimage.ubuntu.com/ubuntu-core/16/stable/current/ubuntu-core-16-pi3.img.xz
1 change: 1 addition & 0 deletions images/Snappy/16/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
940657a1798f0e4dfab5852c8a253f82edee2477
1 change: 1 addition & 0 deletions images/Weather Station/2016-03-24/URL
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://downloads.raspberrypi.org/weather_station/images/weather_station-2016-03-24/WeatherStation.zip
1 change: 1 addition & 0 deletions images/Weather Station/2016-03-24/hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9eed5f9f5366faa1f2757c0e7ca81107a81ce249
Loading

0 comments on commit 4247e63

Please # to comment.