index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | Added gnome as a profile (and application for application specific steps). ↵ | Anton Hvornum | |
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change. | |||
2020-09-30 | Finalized magic function _prep_function(). Gets returned when a profile is ↵ | Anton Hvornum | |
imported through archinstall.select_profile() user-interaction helper function. Asks for additional user-input right away rather than half way into the installation. This makes sure user input is taken care of before starting the installation. Although it complicates the code layout a tiny bit. Profiles need a __name__ and a _prep_function combo in order to be safely executed by select_profile(). select_profile() will not attempt to run or execute the code in any way unless those to conditions are met. In theory :) | |||
2020-09-30 | Fixing awesome and xorg for first test run. | Anton Hvornum | |
2020-09-29 | Fixed some selection processes. | Anton Hvornum | |
2020-09-29 | Adding a baseline xorg profile that can be called from other profiles. Such ↵ | Anton Hvornum | |
as the awesome profile, and in the future gnome and kde. |