Skip to content

Slims down Raspbian for headless mode. Also, adds some missing components like Git, Ruby, and Bonjour. Fits easily on a 2 GB SD card with ~550 MB of free space.

Notifications You must be signed in to change notification settings

jwhitehorn/raspbian-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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:

ssh pi@raspberrypi.local

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.

About

Slims down Raspbian for headless mode. Also, adds some missing components like Git, Ruby, and Bonjour. Fits easily on a 2 GB SD card with ~550 MB of free space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages