Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
AgeCommit message (Collapse)Author
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton 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-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-16Add pavucontrol to XFCE profileDylan M. Taylor
Adjusting volume doesn't work correctly without this - audio mixer shortcut is broken.
2021-05-15Change LXQt back to SDDM per NullRequest's suggestionDylan M. Taylor
https://github.com/lxqt/lxqt/issues/795
2021-05-15Missed a couple of profiles; reformat package lists for these too.Dylan Taylor
2021-05-15Merge branch 'lxqt-lightdm' into formatting2Dylan Taylor
2021-05-15One package per line formatting in profiles - easier to read/maintainDylan Taylor
2021-05-15Switch LXQt to use LightDM to be consistent with other DEs.Dylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15f-string fixesDylan Taylor
2021-05-15Whitespace changesDylan Taylor
2021-05-15Final whitespace changes I thinkDylan Taylor
2021-05-15More manual fixesDylan Taylor
2021-05-15A couple more small fixesDylan Taylor
2021-05-15Try to remove some unused importsDylan Taylor
2021-05-15Very selectively fix some PEP 8 issues with profilesDylan Taylor
2021-05-15rename package nameMarcus Pereira
2021-05-15Merge pull request #441 from dylanmtaylor/patch-10Anton Hvornum
Fix deepin; missing lightdm packages
2021-05-15Merge branch 'master' into enlightenmentAnton Hvornum
2021-05-15Implement enlightenment desktopDylan Taylor
2021-05-15Fix deepin; missing lightdm packagesDylan M. Taylor
2021-05-14Add deepin to desktop profile list so it is selectableDylan M. Taylor
2021-05-14Quotation error.Anton Hvornum
2021-05-12Replaced 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-12some type hint fixes and a bad catch fixadvaithm
2021-05-06add dmenu dependency to i3 profileOndřej Nekola
dmenu is configured as the default launcher (Penguin-SPACE key) in the default i3 configuartion.
2021-05-01Attempt to fix #406Dylan M. Taylor
I think this should fix the comment Torxed made
2021-04-29Merge pull request #396 from dylanmtaylor/patch-3Anton Hvornum
Add cockpit application profile
2021-04-29Merge pull request #397 from dylanmtaylor/patch-4Anton Hvornum
Fix i3
2021-04-29Fix i3Dylan M. Taylor
2021-04-29Add cockpit, depends on #396Dylan M. Taylor
2021-04-29Add cockpit application packageDylan M. Taylor
2021-04-29Remove a commentDylan Taylor
2021-04-29Merge branch 'master' into patch-1Dylan Taylor
2021-04-29First implementation of server top-level profileDylan M. Taylor
2021-04-29Add SSH Server Application ProfileDylan M. Taylor
2021-04-29Merge pull request #390 from dylanmtaylor/patch-9Anton Hvornum
Add lighttpd application profile
2021-04-29Merge pull request #389 from dylanmtaylor/patch-8Anton Hvornum
Add Docker Application Profile
2021-04-29Merge pull request #388 from dylanmtaylor/patch-7Anton Hvornum
Add Tomcat application profile
2021-04-29Merge pull request #387 from dylanmtaylor/patch-6Anton Hvornum
Add Apache HTTPD Application Profile
2021-04-29Merge pull request #385 from dylanmtaylor/patch-4Anton Hvornum
Add nginx application profile
2021-04-29Add MariaDB Application Profile (#386)Dylan M. Taylor
2021-04-29Added a postgresql application profile. (#383)Anton Hvornum
* Added a postgres application profile. Also introducing runas to the arch_chroot of the installation, to run commands as emulated users. This is highly WIP at the moment. * Fixing top-level-listing of profiles. As well as testing some postgres installation steps. * Removed dupe functions. * Added safety check in case a comment mentions the top level profile thing. * Patching namespace corruption. * Avoiding runtime collision due to installation not being initiated yet. * Allow for parameterization of filesystem in guided. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com>
2021-04-29Add lighttpd application profileDylan M. Taylor
2021-04-29Add Docker Application ProfileDylan M. Taylor
2021-04-29Add Tomcat application profileDylan M. Taylor
Using Tomcat 10 as that is the latest release
2021-04-29Add Apache HTTPD Application ProfileDylan M. Taylor
2021-04-29Add nginx profileDylan M. Taylor
2021-04-29Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378Jatin
replaced a `.` with a `,` in gnome.py profile.
2021-04-29Merge branch 'master' into packagesAnton Hvornum