index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Add mirror reachability check | Dylan M. Taylor | |
Needed error handling Fix internet connection text not showing up and make it red | |||
2021-05-15 | Delete tts.py | Dylan M. Taylor | |
This is an empty file, and as far as I can tell it's unused. | |||
2021-05-15 | Fix some variable shadowing issues | Dylan Taylor | |
2021-05-15 | Perform refactoring to PEP 8 naming conventions | Dylan Taylor | |
2021-05-15 | Merge branch 'lxqt-lightdm' into formatting2 | Dylan Taylor | |
2021-05-15 | reintroduce this line, seems to be needed for install to work despite being ↵ | Dylan M. Taylor | |
detected as unused | |||
2021-05-15 | Fix missing Optional import | Dylan M. Taylor | |
2021-05-15 | archinstall/__init__.py changes | Dylan Taylor | |
2021-05-15 | Merge pull request #450 from charlesvdv/master | Anton Hvornum | |
propagate options when mounting a partition | |||
2021-05-15 | Fix mutable default arguments | Dylan Taylor | |
https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments | |||
2021-05-15 | Remove some redundant parenthesis | Dylan Taylor | |
2021-05-15 | Fix E713 test for membership should be 'not in' | Dylan Taylor | |
2021-05-15 | Fix E712 | Dylan Taylor | |
2021-05-15 | More formatting fixes to satisfy PEP 8 | Dylan Taylor | |
2021-05-15 | Fix E101: mix of spaces and tabs | Dylan Taylor | |
2021-05-15 | propagate options when mounting a partition | Charles Vandevoorde | |
2021-05-15 | f-string fixes | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Remove unnecessary parenthesis | Dylan Taylor | |
2021-05-15 | Fix partition -> part suggestion by Torxed | Dylan Taylor | |
2021-05-15 | Resolve a few more PEP issues in general.py | Dylan Taylor | |
2021-05-15 | fix installer.py inconsistent tabs/spaces error | Dylan Taylor | |
2021-05-15 | More formatting fixes | Dylan Taylor | |
2021-05-15 | general.py formatting | Dylan Taylor | |
2021-05-15 | Cleanup imports and disk.py a bit more | Dylan Taylor | |
2021-05-15 | Some additional formatting | Dylan Taylor | |
2021-05-15 | Many more manual changes | Dylan Taylor | |
2021-05-15 | Updating __version__ to dev1 for dev release. | Anton Hvornum | |
2021-05-15 | Merge pull request #437 from dylanmtaylor/patch-7 | Anton Hvornum | |
Don't list __init__.py files in profile list | |||
2021-05-14 | Fix microcode not getting added to base_packages before install | Dylan M. Taylor | |
Update installer.py | |||
2021-05-14 | Don't list __init__.py files in profile list | Dylan M. Taylor | |
2021-05-14 | Adding a fallback systemd-boot install if writing variables failed. | Anton Hvornum | |
2021-05-14 | Adding in a default timeout to systemd-boot, but only if no other timeout ↵ | Anton Hvornum | |
was specified. Also fixes a regression bug with line endings in the loader configuration. | |||
2021-05-14 | Merge branch 'master' of github.com:archlinux/archinstall into torxed-fix-350 | Anton Hvornum | |
2021-05-14 | Merge branch 'master' of github.com:archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-kernel-params | |||
2021-05-14 | Fixes string index error. | Anton Hvornum | |
2021-05-12 | Merge branch 'master' of github.com:Torxed/archinstall into torxed-fix-350 | Anton Hvornum | |
2021-05-12 | Replaced the magic __builtin__ global variable. This should fix mypy ↵ | Anton Hvornum | |
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. | |||
2021-05-12 | Merge pull request #427 from advaithm/mypy | Anton Hvornum | |
some type hint fixes and a bad catch fix | |||
2021-05-12 | Merge pull request #422 from arieboven/print_large_list_fix | Anton Hvornum | |
fix error when there are to many options to print and calculation spaces | |||
2021-05-12 | Merge pull request #379 from SecondThundeR/multi-select-update | Anton Hvornum | |
Update generic_multi_select and generic_select | |||
2021-05-12 | some type hint fixes and a bad catch fix | advaithm | |
2021-05-11 | Renamed keyboard-language to keyboard-layout to avoid confusion. Added ↵ | Anton Hvornum | |
encryption checks for disk layout selection, if disk encryption password is given - but no partitions were found using encryption, the user will be asked which partitions to encrypt - unless there's only /boot and /<root> then we'll automatically select /<root> because that's what we support for now. | |||
2021-05-11 | Fixed line-ending issue after using generic_multi_select() | Anton Hvornum | |
2021-05-11 | Flipped log level logic. | Anton Hvornum | |
2021-05-11 | Spelling errors, and filtered the output a bit. | Anton Hvornum | |
2021-05-10 | Tested the workflow, and it works pretty decent. There's some kinks to work ↵ | Anton Hvornum | |
out. Added BlockDevice().size as well. | |||
2021-05-10 | Tested creating partitions and deleting them. Kinda works now. | Anton Hvornum | |
2021-05-10 | Added Partition() properties: sector_size, start, end, boot, partition_type ↵ | Anton Hvornum | |
and a __dump__() function. As well as kept working on the partition logic of guided to have a more traditional workflow of adding/deleting partitions in a guided manner, as well as the ability to mark partitions as encrypted/boot and set target mountpoints. | |||
2021-05-10 | Added a soft-wrapper around parted logic. This logic will guide users ↵ | Anton Hvornum | |
through setting up partitions, if they chose to wipe a drive. We'll avoid doing to much auto-magic, and this is just a start. |