Table of Contents
Welcome to the Syssetup Wiki
This is a work in progress, please bear that in mind. If it breaks on you then you get to keep all the pieces. This wiki will cover the basic usage of this program and any special notes I have up to this point.
Why was this made?
I made this tool because I wanted a way to copy the basic setup of one system to another. However, I want to be able to run this tool on a configured system and have it generate a self contained restore package. Yes, I made this because I wanted to be as lazy as possible when copying a setup and reproducing it. I'm aware I could have used Ansible or some similar tool, but that would defeat the point of being as lazy as possible. Now this does use makeself to generate the self extracting restore package. However, makeself and this program are pure bash. This is a ode to abusing bash scripting to do things you probably shouldn't. However, bash is basically everywhere, so it seemed like a good idea at the time.
Does it Work?
Short answer, yes it does. I've tested this on Debian systems fairly extensively. See my issues for the known problems.