Summon is a tool that will turn a stock Debian installation into a Demon Linux distribution. In the olde days, I was distributing ISO files that were ~3GB in size. To avoid bandwidth issues and make the process of updates a lot easier for me and other users of Demon Linux, I have created an installer script - Summon.
To install Demon Linux ontop of a fresh installation of Debian follow these steps:
- Download and install a Debian amd64 using the Netinstall ISO.
- During installation, create a non-root user and only install the base system (Summon will handle the UI stuff)
- Remember to provide non root user with
sudoaccess.
- Install git:
apt install git sudo -yand clone this repository:cd /opt && git clone https://github.com/RackunSec/Summon.git - Run the setup script with:
chmod +x setup.sh && ./setup.sh - Finally, Summon a Demon:
python3 summon.py install demon -u (NON_ROOT_USERNAME) - Reboot
If your application requires an install module, just let me know or you can build it yourself by following the Summon - Creating-Install-Modules Wiki.
For more information, please check the Summon Wiki!
~Douglas
