slightly different design and new code
Sridhar <[email protected]>
| Newsgroups | gmane.linux.gentoo.installer |
|---|---|
| Message-ID | <[email protected]> |
I've uploaded a prototype for GLI here (http://cs.annauniv.edu/~rsridhar/pub/projects/gli). The central idea is everything is modeled as Workers. For eg, setting a timezone is handled by the TimeZoneWork class, setting root password by RootPasswordWork class .. etc .. I designed a new concept with Installation profile. We can have `difficutly levels` during installation process. Certain difficutly levels won't ask much input from the user. Difficultly levels are modeled as profile mask files which has the same (XML) structure as the profile file, except the values of elements are either True of False. True indicates that values should be taken from the profile file and False indicated that it should asked from User. Just look at the source. If Ok, we can improve from that. -- /----------------------------------------------| | R. Sridhar | | WWW: http://cs.annauniv.edu/~rsridhar | | GNU/Linux CDs: (above URL) | |----------------------------------------------/