Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-15Merge pull request #308 from dylanmtaylor/patch-6Anton Hvornum
Change version to 2.2.0 in 2.2.0 branch
2021-04-15Change version to 2.2.0 in 2.2.0 branchDylan M. Taylor
2021-04-13Merge pull request #294 from advaithm/flit-builtoolsAnton Hvornum
Move to flit as build tool
2021-04-12update excludesadvaithm
2021-04-12moved to flit build systemadvaithm
2021-04-12Merge pull request #286 from dylanmtaylor/patch-5Anton Hvornum
Use generic_select for GPU drivers
2021-04-12Pull in iso-build.yaml from master to generate a test ISODylan M. Taylor
2021-04-11Use generic_select for GPU driverDylan Taylor
Make it so there isn't a space in the key Try to simplify things more
2021-04-12Merge branch 'master' into torxed-v2.2.0Anton Hvornum
2021-04-11Merge pull request #278 from dylanmtaylor/mate-desktopAnton Hvornum
Implement MATE desktop environment
2021-04-11Implement MATE desktop environmentDylan Taylor
2021-04-11Merge pull request #181 from zosman1/enhancement-systemd-service-wrapperAnton Hvornum
Allow multiple services to be enabled at once
2021-04-11Merge pull request #276 from archlinux/torxed-gfx-fixAnton Hvornum
Fixed PR #273. Moved the graphic drivers into hardware
2021-04-11Fixed PR #273. Moved the graphic drivers into hardware since they are ↵Anton Hvornum
hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports.
2021-04-11Merge pull request #273 from dylanmtaylor/patch-2Anton Hvornum
Restructure Graphics Driver Selection for 2.2.0
2021-04-10Merge pull request #272 from dylanmtaylor/partition-sizeAnton Hvornum
Show size in partition string representation
2021-04-10Make desktop.py line match master.Dylan Taylor
2021-04-10Don't want prompt twiceDylan Taylor
2021-04-10Fix issue #263Dylan Taylor
2021-04-10Multiple restructuring changesDylan Taylor
2021-04-10Delete wayland.pyDylan M. Taylor
2021-04-10Show size in partition string representationDylan Taylor
2021-04-10Merge pull request #268 from dylanmtaylor/remove-greeter-settings-guiAnton Hvornum
Remove lightdm-gtk-greeter-settings
2021-04-10Merge pull request #265 from dylanmtaylor/patch-6Anton Hvornum
i3-sensible-terminal can't find a terminal on new install
2021-04-10PR #262: Fixes awesome profileAnton Hvornum
Resolve #261 and related issues
2021-04-10PR #271: (breaking changes) This fixes #124 and some moreAnton Hvornum
(breaking changes) This fixes #124 and some more
2021-04-10Merge pull request #270 from NicoHood/patch-1Anton Hvornum
fix typo
2021-04-10Pulled in master to avoid merge conflicts.Anton Hvornum
2021-04-10Added a mission statement, and updated the minimal example in the readme.Anton Hvornum
2021-04-10fix typoNicoHood
2021-04-10Added a #TODOAnton Hvornum
2021-04-10Modified encrypted partitions to use partuuid for now.Anton Hvornum
2021-04-10Remove lightdm-gtk-greeter-settingsDylan Taylor
2021-04-09update docsZach Osman
2021-04-09Merge branch 'master' into enhancement-systemd-service-wrapperZach Osman
2021-04-09i3-sensible-terminal can't find a terminal on new installDylan M. Taylor
Add urxvt, the most preferred terminal according to https://man.archlinux.org/man/i3-sensible-terminal.1 Update i3.py Update i3.py
2021-04-10Fixing UUID on encrypted partitions.Anton Hvornum
2021-04-09Try to solve #261 and related issuesDylan M. Taylor
2021-04-09Fixing broken logic in guidedAnton Hvornum
2021-04-09Fixing broken logic in guidedAnton Hvornum
2021-04-09Fixing broken logic in guidedAnton Hvornum
2021-04-09Removed some debugging.Anton Hvornum
2021-04-09List function call error.Anton Hvornum
2021-04-09Attempting to correct some inconsitencies in disk-parent reporting.Anton Hvornum
2021-04-09Attempting to correct some inconsitencies in disk-parent reporting.Anton Hvornum
2021-04-09Attempting to correct some inconsitencies in disk-parent reporting.Anton Hvornum
2021-04-09Attempting to correct some inconsitencies in disk-parent reporting.Anton Hvornum
2021-04-09Merge pull request #259 from dylanmtaylor/patch-4Anton Hvornum
Forgot to commit adding budgie to desktop profile
2021-04-09Enabled skipping partitioning in minimal. It now can take /mnt just as ↵Anton Hvornum
guided as it's destination, and skips partitioning all together. Which makes it go straight to installation.
2021-04-09Removed some debugging auto-unmountAnton Hvornum