Difference between revisions of "Software projects/OS/SOLEIL"

From Pandora Wiki
Jump to: navigation, search
(Installing the extra features)
(Rootfs versions)
Line 46: Line 46:
 
= Rootfs versions =
 
= Rootfs versions =
 
* There's two rootfs, minimal and maximal.
 
* There's two rootfs, minimal and maximal.
* Minimal only contains a 32 bit Slackware PXE, and all extra features (at the exception of the 64 bit PXE) can be installed as long as you have internet.
+
* Minimal (16G SD card) only contains a 32 bit Slackware PXE, and all extra features (at the exception of the 64 bit PXE) can be installed as long as you have internet. Be careful to use a 32G SD card if you want to install extra features.
* Maximal contains all features.
+
* Maximal (32G SD card) contains all features.
  
 
= Installing the extra features in the minimal rootfs =
 
= Installing the extra features in the minimal rootfs =

Revision as of 17:53, 14 February 2013

Disclaimer

Helping this project

What is SOLEIL ?

  • In french, Soleil means Sun.
  • SOLEIL is a Slackware operating system.
  • The Pandora version of SOLEIL is based on SL4P, Slackware for Pandora, itself based on Slackware ARM.

Ok, but what is SOLEIL ?!!?

  • It's the core of a mobile network. In a few seconds, you can use your Pandora to act as:
    • a firewall/gateway/router
    • a DNS server
    • a DHCP server
    • a NFS server
    • a Inetd server
    • a distcc server, networked distributed compilation system for faster ARM compilations
    • a PXE boot server to start simultaneously multiple x86 32 bits and 64 bits PC. Currently supported are:
      • Dyne:bolic, a Linux home studio for making music
      • System Rescue CD, a Gentoo-based Linux to repair filesystems, recover data etc.
      • GParted, a Debian-based Linux for partitioning and formatting hard drives, SSD, SD cards etc.
      • Ghost for Linux (G4L), a powerful hard drive clone/backup utility
      • MemTest, different versions of a RAM testing tool
      • Hardware Detection Tool, for quickly make an inventory of the booted PC's hardware
    • And the main feature is to act as a PXE boot server to start two persistent versions of Slackware, 32 bits and 64 bits

Media choice

Accessories choice

Installation

Rootfs versions

  • There's two rootfs, minimal and maximal.
  • Minimal (16G SD card) only contains a 32 bit Slackware PXE, and all extra features (at the exception of the 64 bit PXE) can be installed as long as you have internet. Be careful to use a 32G SD card if you want to install extra features.
  • Maximal (32G SD card) contains all features.

Installing the extra features in the minimal rootfs

  • Get internet, be root using su - , then, if you want to install GParted:
cd /etc/SOLEIL/installers
sh 4.1-x86-GPARTED
  • Same for G4L, System Rescue CD and Dyne:bolic
  • There is no way to install the Slackware 64 bit PXE filesystem for now

Differences with SL4P

  • There is no started network manager, all IP addresses are configured statically.
  • The previously mentioned services are running.
  • USB host is enabled by default.