index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-01 | Fix for issue #59 | Anton Hvornum | |
Relative paths work great for running as a script. But break when running as a module since there is no `src/` folder to mention. This should clear that up as the `src/` now lives under wherever the python package was installed. | |||
2020-10-23 | Ran autopep8 | demostanis | |
2020-10-23 | Remove useless log | demostanis | |
2020-10-23 | Add support for remote profiles | demostanis | |
2020-10-23 | Add vim line | demostanis | |
2020-10-23 | Added one single sh file to run archinstall | demostanis | |
2020-10-23 | Added sums to PKGBUILD | demostanis | |
2020-10-20 | Preparing log-data and debug output. | Anton Hvornum | |
2020-10-20 | A new contributor, @vamega | Anton Hvornum | |
2020-10-20 | Merge pull request #57 from vamega/fixup | Anton Hvornum | |
Fix minor issues like typos and code style violations. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-10-19 | Fix typo in function parameter | Varun Madiath | |
`suppress_errors` was previously spelt `surpress_errors` | |||
2020-10-19 | Fix typos. | Varun Madiath | |
2020-10-18 | Merge pull request #55 from Torxed/43-overview | Anton Hvornum | |
Added a configuration overview before formatting | |||
2020-10-18 | Changed my mind, reverting to the original sig-handler is better. | Anton Hvornum | |
2020-10-18 | Revert to a some what default sig-kill handler. (needs some adjustments just ↵ | Anton Hvornum | |
to clean up things, but I think it will do for now) | |||
2020-10-18 | Reverted some changes. It was to 'complicated' to get status of the ↵ | Anton Hvornum | |
sys.stdin buffer while it did not contain a new-line character. So reverted that code. Here is an interesting read, but a bit to much code for a simple guided template: https://stackoverflow.com/a/41459565/929999 | |||
2020-10-18 | Added a slightly convoluted but non-intrusive 'are you sure?' on Ctrl+C/any ↵ | Anton Hvornum | |
input. | |||
2020-10-18 | Tweaked the output a little. | Anton Hvornum | |
2020-10-18 | Tweaked the _guided storage. One variable was a loaded module, which is hard ↵ | Anton Hvornum | |
to convert to json in a meaningful way. | |||
2020-10-18 | Made Profile() json-dumpable | Anton Hvornum | |
2020-10-18 | Forgot an import, as well as made BlockDevice() have less verbose output on ↵ | Anton Hvornum | |
json.dumps. | |||
2020-10-18 | Forgot an import | Anton Hvornum | |
2020-10-18 | Removed a stub function | Anton Hvornum | |
2020-10-18 | Added a JSON serializer for certain non-json objects. | Anton Hvornum | |
2020-10-18 | Added a test version trying to solve #43. | Anton Hvornum | |
2020-10-18 | Update pull_request_template.md | Anton Hvornum | |
2020-10-18 | Merge pull request #53 from Torxed/guided | Anton Hvornum | |
Implemented early package-name-checks for guided.py | |||
2020-10-18 | Added error handling to guided.py when not selecting a profile to install. | Anton Hvornum | |
2020-10-18 | Added error handling to guided.py when not selecting a profile to install. | Anton Hvornum | |
2020-10-18 | Added error handling to guided.py when not selecting a profile to install. | Anton Hvornum | |
2020-10-18 | Added error handling to guided.py when not selecting a profile to install. | Anton Hvornum | |
2020-10-18 | Wrong relative import, corrected to avoid .lib.lib.exceptions | Anton Hvornum | |
2020-10-18 | Merge remote-tracking branch 'origin' into guided | Anton Hvornum | |
2020-10-18 | Merge pull request #52 from Torxed/profile | Anton Hvornum | |
Implemented profiles/desktop.py | |||
2020-10-18 | Logical issue with how I'm used to dealing with selecting list indexes. | Anton Hvornum | |
2020-10-18 | Spelling error on file | Anton Hvornum | |
2020-10-18 | Spelling error on a variable | Anton Hvornum | |
2020-10-18 | Added a session-storag. This is in an attempt to build away some magic ↵ | Anton Hvornum | |
functionality that might otherwise be hard to understand/maintain over a long period of time. Using this in profiles/desktop.py as a test. | |||
2020-10-18 | Wrong variable name (from a copy paste issue) | Anton Hvornum | |
2020-10-18 | Merge remote-tracking branch 'origin' into profile | Anton Hvornum | |
2020-10-18 | Reverted TTS implementation from 35913c4. Since blind people use screen ↵ | Anton Hvornum | |
readers for this functionality. Will have a look at http://www.linux-sppeakup.org/. | |||
2020-10-18 | Added profile `desktop.py` which helps users select a desktop environment. ↵ | Anton Hvornum | |
Also added `archinstall.generic_select` to help with selecting generic things from a list of options. | |||
2020-10-18 | Implementing error handling for #50. So that the errors do not come at the ↵ | Anton Hvornum | |
very end, but in the beginning right after the user inputted something (quicker feedback to the user). | |||
2020-10-18 | Implementing error handling for #50. So that the errors do not come at the ↵ | Anton Hvornum | |
very end, but in the beginning right after the user inputted something (quicker feedback to the user). | |||
2020-10-16 | Create pull_request_template.md | Anton Hvornum | |
2020-10-16 | Delete description.jpg | Anton Hvornum | |
This project started out as a fun hobby project, and some internal humor was to be expected at that time to keep a sane mind. But as this project has grown, some of these personalized aspects are being removed for future developers sake. This is why this picture gets archived : ) | |||
2020-10-16 | Update README.md | Anton Hvornum | |
2020-10-16 | Update CONTRIBUTING.md | Anton Hvornum | |
2020-10-16 | Create CONTRIBUTING.md | Anton Hvornum | |