index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | One package per line formatting in profiles - easier to read/maintain | Dylan Taylor | |
2021-05-12 | Replaced the magic __builtin__ global variable. This should fix mypy ↵ | Anton Hvornum | |
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. | |||
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-13 | Fix some more awesome installation issues | Dylan M. Taylor | |
2021-03-25 | New feature: Profile() now supports .packages which returns any defined ↵ | Anton Hvornum | |
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None. | |||
2021-01-24 | terminus font has changed name upstream from terminus-font-otb to ↵ | Anton Hvornum | |
terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc. | |||
2021-01-19 | Added a profile for alacritty as well as tweaked the awesome profile and ↵ | Anton Hvornum | |
application profile. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
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 | Forgot to replace the xinitrc data after replacing lines. | Anton Hvornum | |
2020-09-30 | Debug for testing | Anton Hvornum | |
2020-09-30 | Attempt to enhance the search and replace of default apps in xorg. | Anton Hvornum | |
2020-09-30 | Fixed some issues with the awesome profile. It should now be properly ↵ | Anton Hvornum | |
installed. Still need to tweak it a bit to not be as intrusive while still giving some 'starting points' to stand on as a new user. | |||
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) |