Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-18Wrong variable name (from a copy paste issue)Anton Hvornum
2020-10-18Merge remote-tracking branch 'origin' into profileAnton Hvornum
2020-10-18Reverted TTS implementation from 35913c4. Since blind people use screen reade...Anton Hvornum
2020-10-18Added profile `desktop.py` which helps users select a desktop environment. Al...Anton Hvornum
2020-10-18Implementing error handling for #50. So that the errors do not come at the ve...Anton Hvornum
2020-10-18Implementing error handling for #50. So that the errors do not come at the ve...Anton Hvornum
2020-10-16Create pull_request_template.mdAnton Hvornum
2020-10-16Delete description.jpgAnton Hvornum
2020-10-16Update README.mdAnton Hvornum
2020-10-16Update CONTRIBUTING.mdAnton Hvornum
2020-10-16Create CONTRIBUTING.mdAnton Hvornum
2020-10-11Simplified the README a bit.Anton Hvornum
2020-10-11Simplified the README a bit.Anton Hvornum
2020-10-11Added imports for `archinstall.TTS()` as well as added optinal depends for `P...Anton Hvornum
2020-10-11Added text-to-speach, untested but the base is now added. It routes through ...Anton Hvornum
2020-10-01Added user_interaction documentation.Anton Hvornum
2020-10-01Apparently empty source definitions aren't allowed.Anton Hvornum
2020-10-01Merge branch 'master' of github.com:Torxed/archinstall into masterAnton Hvornum
2020-10-01Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added arch...Anton Hvornum
2020-09-30Update README.mdAnton Hvornum
2020-09-30readthedocs debuggingAnton Hvornum
2020-09-30Empty .. code-block:: was not allowed. Needed console as well.Anton Hvornum
2020-09-30Fixed a syntax issue with readthedocs.Anton Hvornum
2020-09-30Restructured the doc order a bit. Also added a post-installation section.Anton Hvornum
2020-09-30First complete draft of the documentation. Some autodocs are still unpopulate...Anton Hvornum
2020-09-30Attempting to fix autodoc.Anton Hvornum
2020-09-30Added YAML so that Readthedocs support a newer version of Python (why isn't t...Anton Hvornum
2020-09-30Attempting to fix autodoc.Anton Hvornum
2020-09-30Cleaned up the awesome wm profile. A few things were test purpose-addons that...Anton Hvornum
2020-09-30Type-oAnton Hvornum
2020-09-30Added KDE profile (untested)Anton Hvornum
2020-09-30__name__ missmatch in gnome profile.Anton Hvornum
2020-09-30Added gnome as a profile (and application for application specific steps). Al...Anton Hvornum
2020-09-30Forgot to replace the xinitrc data after replacing lines.Anton Hvornum
2020-09-30Debug for testingAnton Hvornum
2020-09-30Attempt to enhance the search and replace of default apps in xorg.Anton Hvornum
2020-09-30Fixed some issues with the awesome profile. It should now be properly install...Anton Hvornum
2020-09-30Tweaked the import logic so that the Imported() class returns the actual modu...Anton Hvornum
2020-09-30Fixing a import logic issue. We don't want to trigger if __name__ ... during ...Anton Hvornum
2020-09-30Fixing a import logic issue. We don't want to trigger if __name__ ... during ...Anton Hvornum
2020-09-30Fixed bug: profile names listed by list_profiles() contained a trailing dot. ...Anton Hvornum
2020-09-30Fixed a bug where if you selected a region by name, not number. It would bork...Anton Hvornum
2020-09-30Fixed a type-oAnton Hvornum
2020-09-30Finalized magic function _prep_function(). Gets returned when a profile is im...Anton Hvornum
2020-09-30Fixing awesome and xorg for first test run.Anton Hvornum
2020-09-29Fixed some selection processes.Anton Hvornum
2020-09-29Adding a baseline xorg profile that can be called from other profiles. Such a...Anton Hvornum
2020-09-29Removed AUR support (Moving to a separate project, possibly as an addon layer...Anton Hvornum
2020-09-28Some sentence improvements.Anton Hvornum
2020-09-28Simplified the README a bit.Anton Hvornum