Skip to content

ghoulmann/Raspliance-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

"Raspliance Core": Patching Raspbian to a Headless Server Appliance

Most of the work is done with the script here: https://github.com/ghoulmann/Raspliance-Core/blob/master/core/conf

Raspliance Core is a remix of Raspian/Raspbian that intends to make the most of Raspberry Pi's potentials as a server platform.

It's as much a remix of Raspian/Raspbian as it is of TurnKey Linux Core 12.0, which it's modeled after.

The devs at Turnkey Linux have made an art of the dedicated appliance platform; I've tried to follow their lead while relying heavily on their code and wise decisions.

Features

  • Webmin and modules: listens on port 12321
  • Shellinabox (ajax web shell): listens on port 12320
  • Confconsole (TKL services list)
  • inithooks: configure root password on first boot

Assumptions

  • You have created a password for root: if you're logged in to another account, do sudo passwd root.
  • You have logged off any users that were logged in.
  • You have ssh enabled (raspi-config is one method).
  • Raspi is not configured to load directly into windowed session (use raspi config)
  • Maximize system memory, minimize display RAM with sudo raspi-config
  • Patch is downloaded to /tmp; most likely using git clone. If zip package is downloaded, it should be unzipped -- preferably to /tmp.

To Use

  • Download from net; you'll need to be able to unzip or use git clone.
  • Run compile_tklpatch.sh in order to compile the tool to apply this patch to Raspian. or Raspbian.
  • Use this command to apply the patch (assuming your in the directory with the git clone):
  • tklpatch-apply / ./core/
  • This applies the root directory to your running instance of raspian. Don't quit reading here.
  • After the patch completes, you'll need to reboot. Prepare to configure a root password.

Contents

compile_tklpatch.sh

compiles tklpatch, the SDK developed by TurnKey Linux and which has really created a community of appliance builders and contributors. 1. Install dependencies for compile 2. Use git to clone source code to /tmp/tklpatch 3. change directory to /tmp/tklpatch 4. go to the users home directory

/core/

1. Includes an overlay that injects webmin - and relevant modules - and a theme - into the file system. These components are lifted directly out of a running instance of Turnkey Linux Core 12.0 (squeeze). 2. Includes an overlay that inject .bashrc etc files into /root and /etc/skel. 3. Inject the modified services.txt file for confconsole into /etc/confconsole. 2. Purges Raspian/Raspbian packages that could obviously be purged. 3. Uses apt-get to install packages. The list of packages is intended to match those in the Turnkey Linux Core 12.0 manifest (with the exception of webmin and modules). 4. Purges unnecessary, inessential packages. Reviewing assumptions 3. You have logged in as root. 4. You have installed git by doing apt-get install git. 5. You're starting from a fresh .img of Raspian.

Known Problems

1. Can't log in to shellinabox as root. Don't know why. Looking at http://code.google.com/p/shellinabox/issues/detail?id=113 2. 3 or 4 python modules that belong with confconsole are in /usr/bin. There's an appropriate place for them, I just couldn't get confconsole to work with them anywhere else but /usr/bin.

About

Raspian remixed to match Turnkey Linux Core 12.0 features webmin, shellinabox, ssh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published