Use jessie lite instead of the full image

old-version
Raphaël Vinot 2016-04-28 10:04:23 +02:00
parent 1c099abb3e
commit 1318d1f166
1 changed files with 5 additions and 4 deletions

View File

@ -7,19 +7,20 @@ Install the necessary packages:
sudo apt-get install qemu qemu-user-static expect
```
Create a new image from scratch
===============================
* Download the most recent Raspbian version:
http://downloads.raspberrypi.org/raspbian_latest
* Download the most recent version of Raspbian Jessie lite:
https://downloads.raspberrypi.org/raspbian_lite_latest
* Unpack it:
```
unzip 2015-05-05-raspbian-wheezy.zip
mv 2015-05-05-raspbian-wheezy.zip raspbian-wheezy.zip
unzip 2016-03-18-raspbian-jessie-lite.zip
```
Prepare the image
=================