Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.44 KB

Overview

Raspbian-mod is a modification of the Raspbian OS (Debian for the Raspberry Pi) targeted for headless operation. Raspbian-mod removes several packages which are unneeded in headless mode, and adds a few missing packages.

Raspbian-mod fits easily on a 2 GB SD card with ~550 MB of free space remaining. For those looking for additional space, larger cards are supported as well.

Bonjour support means that you can SSH into your Pi without having to know it's IP address. Simply:

Features

In addition to slimming down Raspbian by removing the GUI, Raspbian-mod also features:

Building

You can build your own Raspbian-mod by starting with with the official image from the Raspberry Pi Foundation. Check the foundation's download page (http://www.raspberrypi.org/downloads) for the download link and instruction for creating a bootable SD card.

Once you've created your Raspbian SD card, boot your Raspberry Pi and execute this command from the command prompt:

sudo bash < <( curl https://raw.github.com/jwhitehorn/raspbian-mod/master/slim.sh )

This command will take several minutes to complete, and should leave you with a freshly optimized Raspbian installation.