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

From Pandora Wiki
Jump to: navigation, search
Line 21: Line 21:
 
** a distcc server, networked distributed compilation system for faster ARM compilations
 
** 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:
 
** a PXE boot server to start simultaneously multiple x86 32 bits and 64 bits PC. Currently supported are:
*** Dynebolic, a Linux home studio for making music
+
*** Dyne:bolic, a Linux home studio for making music
 
*** System Rescue CD, a Gentoo-based Linux to repair filesystems, recover data etc.
 
*** 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.
 
*** GParted, a Debian-based Linux for partitioning and formatting hard drives, SSD, SD cards etc.
Line 48: Line 48:
 
* 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 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.
 
* Maximal contains all features.
 
* Maximal contains all features.
 +
 +
= Installing the extra features =
 +
* 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
  
 
= Differences with SL4P =
 
= Differences with SL4P =

Revision as of 15:01, 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 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.
  • Maximal contains all features.

Installing the extra features

  • 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

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.