index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | Added type annotations to all functions (#845) | Anton Hvornum | |
* Added type annotations for 1/5 of the files. There's bound to be some issues with type miss-match, will sort that out later. * Added type hints for 4/5 of the code * Added type hints for 4.7/5 of the code * Added type hints for 5/5 of the code base * Split the linters into individual files This should help with more clearly show which runner is breaking since they don't share a single common name any longer. Also moved mypy settings into pyproject.toml * Fixed some of the last flake8 issues * Missing parameter * Fixed invalid lookahead types * __future__ had to be at the top * Fixed last flake8 issues | |||
2022-01-05 | Update README.md | Anton Hvornum | |
2022-01-02 | Update README.md | Anton Hvornum | |
2022-01-02 | Update README.md | Anton Hvornum | |
2021-12-18 | Update documentation (#803) | remLse | |
* Add guide for building docs locally * Update documentation - Fix typos - Fix some formatting - Fix broken links - Improve readability of json profile specification | |||
2021-11-22 | Mention the --advanced flag in the README | Dylan M. Taylor | |
2021-09-19 | general: remove all found white-spaces | SecondThundeR | |
Also this change adds new line at the end for some scripts | |||
2021-09-08 | Update ReadMe document link | Shohei Kusakata | |
fix readthedocs link | |||
2021-09-06 | Update README.md | Anton Hvornum | |
2021-09-06 | Merged in master. | Anton Hvornum | |
2021-08-17 | fixed the git checkout non-existent branch | RustyRaptor | |
It looks like the `torxed-v2.2.0` branch doesnt exist anymore and I assume its now just `v2.2.0` instead so I changed this command in Using a live ISO | |||
2021-06-14 | Instructed to use truncate instead of dd, as dd is a bit slow. | Anton Hvornum | |
2021-05-31 | Removed Libera chat challenge as per request | Anton Hvornum | |
2021-05-29 | Added Libera information | Anton Hvornum | |
2021-05-25 | Changed FreeNode -> LiberaChat for IRC | Anton Hvornum | |
2021-05-24 | The fixup vars commit made this optional param no longer correct | Dylan M. Taylor | |
2021-05-21 | Simplify the commands in the readme | Dylan M. Taylor | |
Typing 'python -m' is largely unnecessary on the ISO with the package installed. | |||
2021-05-20 | Change position of linter badge | Владислав | |
2021-05-20 | Merge pull request #475 from dylanmtaylor/patch-2 | Anton Hvornum | |
Add CI status badge to README | |||
2021-05-20 | Update README.md | Anton Hvornum | |
2021-05-19 | Point out that a URL can be used as well in README | Dylan Taylor | |
2021-05-19 | Fix configuration sample link | Dylan Taylor | |
2021-05-19 | Added support for getting configuration from a config file (#364) | Yash Tripathi | |
* added support for ingesting config * fixed condition to check key in dictionary * Removed redundant code, profile and desktop keys are now optional * Added base-config.json and support for pulling credentials from .env * added base config file and env file for users credentials * added silent install switch * added python-dotenv as a dependency * Updated Readme to include argparse changes as well as config ingestion * Updated Readme to include argparse changes as well as config ingestion * fixed typo in pyproject.toml * Replaced the magic __builtin__ global variable. This should fix mypy 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. * Fixes string index error. * Quotation error. * fixed initializing --script argument * added python-dotenv as a dependency * Installation can't be silent if config is not passed * fixed silent install help * fixed condition for ask_user_questions * reverted to creating profile object properly * Cleaned up and incorporated suggestions * added Profile import * added condition if Profile is null * fixed condition * updated parsing vars from argparse * removed loading users from .env * Reworking SysCommand & Moving to localectl for locale related activities (#4) * 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> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> * fixed indent * removed redundant import * removed duplicate import * removed duplicate import Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Dylan M. Taylor <dylan@dylanmtaylor.com> | |||
2021-05-18 | Add CI status badge to README | Dylan M. Taylor | |
2021-05-18 | Reword another part of README.md | Dylan M. Taylor | |
It just felt strange reading it the way it was written before. This feels more correct | |||
2021-05-18 | Proofreading: Fix misc. spelling and grammar issues | Dylan Taylor | |
2021-05-15 | Correct README (closes #421) | Dylan M. Taylor | |
Or we could switch the example to install awesome. One way or the other, let me know if you want me to change this. | |||
2021-04-27 | Updated readme about the help and log location | Anton Hvornum | |
2021-04-22 | merged with master | advaithm | |
2021-04-21 | Merge pull request #255 from dylanmtaylor/patch-1 | Anton Hvornum | |
WIP: Add documentation for MAC address example | |||
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-15 | Fix README table of content | SecondThundeR | |
Also commented out the code responsible for centering the logo for future decisions | |||
2021-04-14 | Language issue | Anton Hvornum | |
2021-04-14 | Updated README's minimal example | Anton Hvornum | |
2021-04-12 | Merge branch 'master' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-10 | Added a mission statement, and updated the minimal example in the readme. | Anton Hvornum | |
2021-04-09 | Update README.md | Anton Hvornum | |
2021-04-09 | Update README.md | Dylan M. Taylor | |
2021-04-09 | Update README.md | Dylan M. Taylor | |
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-06 | python setup.py build is not needed if you call install | Dylan M. Taylor | |
2021-04-06 | After testing pacman -R, I noticed it didn't work right | Dylan M. Taylor | |
2021-04-06 | Update README.md | Anton Hvornum | |
2021-04-06 | Made it into more of a "step by step" structure | Anton Hvornum | |
2021-04-06 | This is probably more technically correct | Dylan M. Taylor | |
2021-04-06 | DOCS: How to test a commit from a live image | Dylan M. Taylor | |
2021-04-05 | README: Clarify about the profile installation example | Leonid Bloch | |
* Clarify that 'awesome' is a window manager, and not a network-related entity. * Add a link to Profile documentation. * Remove a trailing whitespace. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> | |||
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-04-02 | Merge branch 'master' of github.com:Torxed/archinstall into torxed-v2.2.0 | Anton Hvornum | |
2021-04-02 | Removed legacy link called workstation.json #142 | Anton Hvornum | |