index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-09 | Linter hates on us if there's no comma at the end | Anton Hvornum | |
2021-06-09 | Remove cutefish from desktop.py | JakobDev | |
2021-06-07 | Use group instead of package list | JakobDev | |
2021-06-07 | Add noto-fonts to package list | JakobDev | |
2021-06-07 | Add Cutefish profile | JakobDev | |
2021-05-27 | Add descriptions for top-level profiles | Dylan M. Taylor | |
2021-05-24 | removed builtins usage and added gfx_package key in config | Yash Tripathi | |
2021-05-19 | Added support for getting configuration from a config file (#364) | Yash Tripathi | |
* added support for ingesting config * fixed condition to check key in dictionary * Removed redundant code, profile and desktop keys are now optional * Added base-config.json and support for pulling credentials from .env * added base config file and env file for users credentials * added silent install switch * added python-dotenv as a dependency * Updated Readme to include argparse changes as well as config ingestion * Updated Readme to include argparse changes as well as config ingestion * fixed typo in pyproject.toml * Replaced the magic __builtin__ global variable. This should fix mypy 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. * Fixes string index error. * Quotation error. * fixed initializing --script argument * added python-dotenv as a dependency * Installation can't be silent if config is not passed * fixed silent install help * fixed condition for ask_user_questions * reverted to creating profile object properly * Cleaned up and incorporated suggestions * added Profile import * added condition if Profile is null * fixed condition * updated parsing vars from argparse * removed loading users from .env * Reworking SysCommand & Moving to localectl for locale related activities (#4) * Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> * fixed indent * removed redundant import * removed duplicate import * removed duplicate import Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Dylan M. Taylor <dylan@dylanmtaylor.com> | |||
2021-05-19 | Reworking SysCommand & Moving to localectl for locale related activities | Anton Hvornum | |
* Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> | |||
2021-05-18 | Proofreading: Fix misc. spelling and grammar issues | Dylan Taylor | |
2021-05-16 | Add pavucontrol to XFCE profile | Dylan M. Taylor | |
Adjusting volume doesn't work correctly without this - audio mixer shortcut is broken. | |||
2021-05-15 | Change LXQt back to SDDM per NullRequest's suggestion | Dylan M. Taylor | |
https://github.com/lxqt/lxqt/issues/795 | |||
2021-05-15 | Missed a couple of profiles; reformat package lists for these too. | Dylan Taylor | |
2021-05-15 | Merge branch 'lxqt-lightdm' into formatting2 | Dylan Taylor | |
2021-05-15 | One package per line formatting in profiles - easier to read/maintain | Dylan Taylor | |
2021-05-15 | Switch LXQt to use LightDM to be consistent with other DEs. | Dylan Taylor | |
2021-05-15 | More formatting fixes to satisfy PEP 8 | Dylan Taylor | |
2021-05-15 | f-string fixes | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Final whitespace changes I think | Dylan Taylor | |
2021-05-15 | More manual fixes | Dylan Taylor | |
2021-05-15 | A couple more small fixes | Dylan Taylor | |
2021-05-15 | Try to remove some unused imports | Dylan Taylor | |
2021-05-15 | Very selectively fix some PEP 8 issues with profiles | Dylan Taylor | |
2021-05-15 | rename package name | Marcus Pereira | |
2021-05-15 | Merge pull request #441 from dylanmtaylor/patch-10 | Anton Hvornum | |
Fix deepin; missing lightdm packages | |||
2021-05-15 | Merge branch 'master' into enlightenment | Anton Hvornum | |
2021-05-15 | Implement enlightenment desktop | Dylan Taylor | |
2021-05-15 | Fix deepin; missing lightdm packages | Dylan M. Taylor | |
2021-05-14 | Add deepin to desktop profile list so it is selectable | Dylan M. Taylor | |
2021-05-14 | Quotation error. | Anton Hvornum | |
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-05-12 | some type hint fixes and a bad catch fix | advaithm | |
2021-05-06 | add dmenu dependency to i3 profile | Ondřej Nekola | |
dmenu is configured as the default launcher (Penguin-SPACE key) in the default i3 configuartion. | |||
2021-05-01 | Attempt to fix #406 | Dylan M. Taylor | |
I think this should fix the comment Torxed made | |||
2021-04-29 | Merge pull request #396 from dylanmtaylor/patch-3 | Anton Hvornum | |
Add cockpit application profile | |||
2021-04-29 | Merge pull request #397 from dylanmtaylor/patch-4 | Anton Hvornum | |
Fix i3 | |||
2021-04-29 | Fix i3 | Dylan M. Taylor | |
2021-04-29 | Add cockpit, depends on #396 | Dylan M. Taylor | |
2021-04-29 | Add cockpit application package | Dylan M. Taylor | |
2021-04-29 | Remove a comment | Dylan Taylor | |
2021-04-29 | Merge branch 'master' into patch-1 | Dylan Taylor | |
2021-04-29 | First implementation of server top-level profile | Dylan M. Taylor | |
2021-04-29 | Add SSH Server Application Profile | Dylan M. Taylor | |
2021-04-29 | Merge pull request #390 from dylanmtaylor/patch-9 | Anton Hvornum | |
Add lighttpd application profile | |||
2021-04-29 | Merge pull request #389 from dylanmtaylor/patch-8 | Anton Hvornum | |
Add Docker Application Profile | |||
2021-04-29 | Merge pull request #388 from dylanmtaylor/patch-7 | Anton Hvornum | |
Add Tomcat application profile | |||
2021-04-29 | Merge pull request #387 from dylanmtaylor/patch-6 | Anton Hvornum | |
Add Apache HTTPD Application Profile | |||
2021-04-29 | Merge pull request #385 from dylanmtaylor/patch-4 | Anton Hvornum | |
Add nginx application profile | |||
2021-04-29 | Add MariaDB Application Profile (#386) | Dylan M. Taylor | |