2002-05-02 13:11:26 UTC
I can understand your concern towards using C++ in something ment to be a bootscript, but the C++ part isn't in use during boot. That will be a shell script like any other boot script, the C++ is just the programming language, in which the configuration program for this Network profile selecting tool will be created.
Even I would have second thoughts about making this as a C++ project, but given the fact, that we have to deal with alot of aspects regarding which files to change, what structure they hold etc. It is so much easier keeping these as clases, than having to create 10 - 15 different structures to parse along in all the routines.