From eba8531950ed16b290e66dc8ceda3a41a0a25420 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Sun, 24 Jan 2016 13:35:28 +0200 Subject: [PATCH] Fix heading levels. --- image-setup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/image-setup.md b/image-setup.md index 0e1f2f6..df088ac 100644 --- a/image-setup.md +++ b/image-setup.md @@ -1,4 +1,6 @@ -# Baseline setup +# Image setup + +## Baseline setup 1. Flash your SD card (assuming OS X): 1. Get [Ubuntu MATE 15.10.1](https://ubuntu-mate.org/raspberry-pi/) and decompress into an `.img` file @@ -38,7 +40,7 @@ 1. Get default scripts with `$ wget "https://github.com/futurice/chilipie-kiosk/archive/master.zip" && unzip master.zip && cp -v $(find chilipie-kiosk-master/home/ -type f) . && rm -rf chilipie-kiosk-master/ master.zip` 1. Configure Chromium to start from "where you left off", and navigate to https://github.com/futurice/chilipie-kiosk/blob/master/first-boot.md -# Optional: WLAN +## Optional: WLAN 1. Check the interface name with `$ ifconfig`, e.g. `wlan0` 1. Append to `/etc/network/interfaces`: @@ -57,7 +59,7 @@ 1. Reboot -# Preparing the image +## Preparing the image 1. Disable SSH access (because the default credentials aren't very secure): `$ sudo systemctl disable ssh.service` 1. TODO: Dump image