|
Ah, in that case, the answer is no. Though I've been moving in the direction of making it more possible as time goes by. I'm kind of running into limitations of a shell script, but I'm hesitant to toss it out and start over in a more capable language. There's also the problem that for the majority of the scripts activities it knows very little about the system--so if it doesn't install everything, it has no good way to know what is and isn't available. Because Webmin isn't installed until after all of the dependencies (like Apache, Postfix, BIND, etc.) it can't help us in figuring all that stuff out.
There's also the problem of asking users questions--I don't want to ask more than those questions that absolutely must be asked. For example, if the hostname isn't set correctly, we need to fix it before we can proceed because things will break in irritating and confusing (to new users) ways if we don't. But asking whether to install a mail server or a name server is going way too far. So, it'll have to be a command line flag and it'll have to keep up with a lot more state than the script currently manages. Again, being in a better language with better data handling tools (associative arrays, for example, would make this a much easier problem) would make solving this sort of problem easier.
So, basically, the answer is no, but it's in the plans.
|