Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-18Merge pull request #55 from Torxed/43-overviewAnton Hvornum
2020-10-18Changed my mind, reverting to the original sig-handler is better.Anton Hvornum
2020-10-18Revert to a some what default sig-kill handler. (needs some adjustments just ...Anton Hvornum
2020-10-18Reverted some changes. It was to 'complicated' to get status of the sys.stdin...Anton Hvornum
2020-10-18Added a slightly convoluted but non-intrusive 'are you sure?' on Ctrl+C/any i...Anton Hvornum
2020-10-18Tweaked the output a little.Anton Hvornum
2020-10-18Tweaked the _guided storage. One variable was a loaded module, which is hard ...Anton Hvornum
2020-10-18Made Profile() json-dumpableAnton Hvornum
2020-10-18Forgot an import, as well as made BlockDevice() have less verbose output on j...Anton Hvornum
2020-10-18Forgot an importAnton Hvornum
2020-10-18Removed a stub functionAnton Hvornum
2020-10-18Added a JSON serializer for certain non-json objects.Anton Hvornum
2020-10-18Added a test version trying to solve #43.Anton Hvornum
2020-10-18Update pull_request_template.mdAnton Hvornum
2020-10-18Merge pull request #53 from Torxed/guidedAnton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Added error handling to guided.py when not selecting a profile to install.Anton Hvornum
2020-10-18Wrong relative import, corrected to avoid .lib.lib.exceptionsAnton Hvornum
2020-10-18Merge remote-tracking branch 'origin' into guidedAnton Hvornum
2020-10-18Merge pull request #52 from Torxed/profileAnton Hvornum
2020-10-18Logical issue with how I'm used to dealing with selecting list indexes.Anton Hvornum
2020-10-18Spelling error on fileAnton Hvornum
2020-10-18Spelling error on a variableAnton Hvornum
2020-10-18Added a session-storag. This is in an attempt to build away some magic functi...Anton Hvornum
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