I would like to create a terminal based installer / wizard.
Ideally, it would like the Ubuntu server installer, or the Arch Linux installer - a huge GUI (NCRS) with lots of form and arrow keys.
The second best question / answer will be the type of thing, as the "Adduser" command prompts for the password, username, etc.
I am Ruby biased, and likes a scripting language (not C), but I'm opening anything. It will run only on Ubuntu server, if it will help.
What are my options?
I'm not sure what you are asking if you are looking for an implementation tool, So you can see, which is a Python-based GUI toolkit library. This lets you write programs using text-based interface for GTK-style widgets and event interfaces. If you are a decent writer, then starting from there and writing the code should not be difficult to run the installation process.
Comments
Post a Comment