index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-11 | Implement MATE desktop environment | Dylan Taylor | |
2021-04-09 | Try to solve #261 and related issues | Dylan M. Taylor | |
2021-04-09 | Forgot to commit adding budgie to desktop profile | Dylan M. Taylor | |
2021-04-09 | Merge pull request #247 from dylanmtaylor/patch-3 | Anton Hvornum | |
draft: Cherry-Pick i3 Profiles and Make Common i3 Package | |||
2021-04-08 | Add i3 profile to desktop.py | Dylan M. Taylor | |
2021-04-08 | Add vim to desktop packages as not everyone likes nano | Dylan M. Taylor | |
2021-04-08 | Initial implementation of LXQt | Dylan Taylor | |
2021-04-08 | Integrate XFCE4 with master | Dylan Taylor | |
2021-04-08 | Integrate cinnamon with changes on master. | Dylan Taylor | |
2021-04-08 | Add sway profile to desktop file | Dylan Taylor | |
2021-04-08 | Move from awesome to desktop and add wireless config utilities and smartmontools | Dylan M. Taylor | |
2021-04-08 | Add minimal profile and implement idea of 'top-level' profiles | Dylan Taylor | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-01-21 | Spell "environment" correctly | j-james | |
2020-10-18 | Spelling error on file | Anton Hvornum | |
2020-08-20 | Added a unattended installer. Fixed list_profiles() to not include .py ↵ | Anton Hvornum | |
ending in the profile name, it's already in the ['path'] defintion. Renamed desktop.py to awesome.py as it more accurately describes what's being installed. desktop should be reserved to a default desktop environment that's more new-user-friendly. | |||
2020-08-04 | Removed legacy .json profiles. Not in favor of .py | Anton Hvornum | |
2020-07-22 | New feature: application profiles now support .py as well. Also fixed a ↵ | Anton Hvornum | |
sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile) | |||
2020-07-08 | v2.0.3 prep release. Profile now fully support python scripting instead of ↵ | Anton Hvornum | |
JSON. They also support importing archinstall and doing whatever the examples are doing - with one tiiiny TODO/hack/magic, the 'installer' session that is contextulized gets hard-inserted into the globals() scope. Since the child script won't actually have the global instance of the parent, we need to insert it to be known due to the way we import stuff | |||
2020-07-08 | Added support for .py profiles. Added a simple 'desktop.py' for now that is ↵ | Anton Hvornum | |
just a mock to make sure it's working. |