index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Added some debugging | Anton Hvornum | |
2021-04-04 | Added stripping of peak output to avoid new lines forming. | Anton Hvornum | |
2021-04-04 | Added error handling to sys_command's peak function. | Anton Hvornum | |
2021-04-04 | Moved import due to circular imports. | Anton Hvornum | |
2021-04-04 | Added functionality towards #155. It's not a progress bar per sae, but it ↵ | Anton Hvornum | |
will show the last line outputted by commands enabling peaking of the ongoing process. | |||
2021-04-04 | Merging in latest changes from master. | Anton Hvornum | |
2021-04-04 | Merge pull request #158 from advaithm/master | Anton Hvornum | |
Network manager support | |||
2021-04-04 | fixed network manager check | Advaith Madhukar | |
2021-04-04 | Merge pull request #157 from m1ten/torxed-v2.2.0 | Anton Hvornum | |
Add xfce4 (with lightdm) - Torxed v2.2.0 | |||
2021-04-04 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-04 | moved around the if block | advaithm | |
2021-04-04 | fixed typo | advaithm | |
2021-04-04 | install networkmanager, if required | advaithm | |
2021-04-04 | updated guided.py to allow network manager as nic | advaithm | |
2021-04-04 | Revert "Revert "added hardwareincompatibilty erros and updated readme"" | advaithm | |
This reverts commit 15925170423134025fa8aa34e5397185e4093e13. | |||
2021-04-04 | Revert "added hardwareincompatibilty erros and updated readme" | advaithm | |
This reverts commit b5e32f980a27f272c1e3c42969323dff82617a84. | |||
2021-04-04 | networkmanager support | advaithm | |
2021-04-03 | Update xfce4.py | m1ten | |
2021-04-03 | Update desktop.py | m1ten | |
2021-04-03 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-03 | applications/xfce4 | m1ten | |
2021-04-03 | xfce4 | m1ten | |
2021-04-03 | Updated CODEOWNERS | Anton Hvornum | |
Mainly to avoid pinging grazzolini on every PR for code review. But left him on the PKGBUILDs as he has way better knowledge about those things. | |||
2021-04-03 | Forgot option PARTUUID to lsblk | Anton Hvornum | |
2021-04-03 | Merging in latest changes from master. | Anton Hvornum | |
2021-04-03 | Merge branch 'master' of github.com:Torxed/archinstall | Anton Hvornum | |
2021-04-03 | This should fix #151, by using lsblk instead of /dev/disk/by-partuuid. It ↵ | Anton Hvornum | |
also cleaned up the installer code quite a bit during the bootloader installation. Will do the same for encrypted drives later on by implementing UUID on a BlockDevice (disk) level. | |||
2021-04-03 | Merge pull request #148 from Didr/editorconfig | Anton Hvornum | |
Create .editorconfig | |||
2021-04-03 | This should correct #152. When a newly /boot partition is created with no ↵ | Anton Hvornum | |
content or incorrect filesystem (meaning, no file system yet), the .has_content() call will crash due to incorrect fstype. Which means we should be able to skip the check and assume it's safe to format. Because there's no way (?) other OS:es can store something on the boot partition on a broken FS. | |||
2021-04-03 | Converted the raise exception into a log. Whenever blockdevice is unsure of ↵ | Anton Hvornum | |
what type it's working on, it will not log it as a debug message. | |||
2021-04-03 | Removed a breaking change while fixing hardware raids | Anton Hvornum | |
2021-04-03 | This partially addresses #151. Which might require more than just the path ↵ | Anton Hvornum | |
being returned. As the blkid might not be correctly identifying it in the bootloader step. But we'll have to test and see. | |||
2021-04-03 | This should correct #135. I'll have to investigate other places where this ↵ | Anton Hvornum | |
logic might be as well and correct those. | |||
2021-04-03 | Fixes #149 as well as --help. This will be added in the next patch release. | Anton Hvornum | |
2021-04-03 | Create .editorconfig | Didr | |
2021-04-02 | Moving the CODEOWNERS file again | Anton Hvornum | |
2021-04-02 | Moved the CODEOWNERS file. | Anton Hvornum | |
2021-04-02 | Update CODEOWNERS | Anton Hvornum | |
2021-04-02 | Update CODEOWNERS | Anton Hvornum | |
2021-04-02 | Update CODEOWNERS | Anton Hvornum | |
2021-04-02 | Create CODEOWNERS | Anton Hvornum | |
2021-04-02 | Merge branch 'exec-args' of https://github.com/kpcyrd/archinstall into ↵ | Anton Hvornum | |
torxed-v2.2.0 | |||
2021-04-02 | Merge branch 'master' of github.com:Torxed/archinstall into torxed-v2.2.0 | Anton Hvornum | |
2021-04-02 | Merge pull request #143 from pyfisch/cryptsetup-nits | Anton Hvornum | |
Join cryptsetup args using shlex | |||
2021-04-02 | Removed legacy link called workstation.json #142 | Anton Hvornum | |
2021-04-02 | Support passing commands as lists | kpcyrd | |
2021-04-02 | Join cryptsetup args using shlex | Pyfisch | |
Ensure that all arguments are properly quoted. Improve readability by using long-form arguments only. Use identical arguments for both cryptsetup calls, to prevent them from accidentally diverging in future commits. | |||
2021-04-02 | Fixing glitch in variable use after moving to __packages__ definition. | Anton Hvornum | |
2021-04-02 | Merging master into feature branch. | Anton Hvornum | |
2021-04-02 | Merge pull request #134 from conqp/master | Anton Hvornum | |
General code cleanup |