From 1318d1f166507437ccc7397b9ae5573056e852ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 28 Apr 2016 10:04:23 +0200 Subject: [PATCH] Use jessie lite instead of the full image --- README_filecheck.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README_filecheck.md b/README_filecheck.md index b110359..c5079ad 100644 --- a/README_filecheck.md +++ b/README_filecheck.md @@ -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 =================