mirror of https://github.com/CIRCL/Circlean
Use jessie lite instead of the full image
parent
1c099abb3e
commit
1318d1f166
|
@ -7,19 +7,20 @@ Install the necessary packages:
|
||||||
sudo apt-get install qemu qemu-user-static expect
|
sudo apt-get install qemu qemu-user-static expect
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Create a new image from scratch
|
Create a new image from scratch
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
* Download the most recent Raspbian version:
|
* Download the most recent version of Raspbian Jessie lite:
|
||||||
http://downloads.raspberrypi.org/raspbian_latest
|
https://downloads.raspberrypi.org/raspbian_lite_latest
|
||||||
|
|
||||||
* Unpack it:
|
* Unpack it:
|
||||||
|
|
||||||
```
|
```
|
||||||
unzip 2015-05-05-raspbian-wheezy.zip
|
unzip 2016-03-18-raspbian-jessie-lite.zip
|
||||||
mv 2015-05-05-raspbian-wheezy.zip raspbian-wheezy.zip
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Prepare the image
|
Prepare the image
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue