Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04Merge pull request #171 from zosman1/masterAnton Hvornum
Resolve #110
2021-04-04Removing background color definitions for all log functionsZach Osman
2021-04-04Closed #110Zach Osman
2021-04-04Add lowercase conversion for usernamesSecondThundeR
2021-04-04Merge pull request #165 from rffontenelle/fix-repo-urlAnton Hvornum
Update repo to archlinux/archinstall
2021-04-04Merge branch 'master' into fix-repo-urlAnton Hvornum
2021-04-04Merge pull request #167 from m1ten/torxed-v2.2.0Anton Hvornum
Add Cinnamon (with lightdm) - Torxed v2.2.0
2021-04-04add lightdm-gtk-greeterm1ten
2021-04-04applications/cinnamonm1ten
2021-04-04added cinnamonm1ten
2021-04-04Create cinnamon.pym1ten
2021-04-04Merge pull request #2 from archlinux/torxed-v2.2.0m1ten
Torxed v2.2.0
2021-04-04Merge pull request #162 from rffontenelle/fix-typosAnton Hvornum
Fix misspellings
2021-04-04encryption_passwed -> encryption_passwordAnton Hvornum
2021-04-04Merge pull request #161 from rffontenelle/fix-buildAnton Hvornum
Fix docs warnings
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-04-04Fix misspellingsRafael Fontenelle
2021-04-04Fix docs warningsRafael Fontenelle
2021-04-04Fixed issue with no network configueration advaithm
2021-04-04Removed debugging, added an additional 'move back to beginning' and print ↵Anton Hvornum
the peak again. Added this to any pacstrap call.
2021-04-04Added some debuggingAnton Hvornum
2021-04-04Added stripping of peak output to avoid new lines forming.Anton Hvornum
2021-04-04Added error handling to sys_command's peak function.Anton Hvornum
2021-04-04Moved import due to circular imports.Anton Hvornum
2021-04-04Added 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-04Merging in latest changes from master.Anton Hvornum
2021-04-04Merge pull request #158 from advaithm/masterAnton Hvornum
Network manager support
2021-04-04fixed network manager checkAdvaith Madhukar
2021-04-04Merge pull request #157 from m1ten/torxed-v2.2.0Anton Hvornum
Add xfce4 (with lightdm) - Torxed v2.2.0
2021-04-04fixed some typos and changed up how we detect if we have to enable/install ↵advaithm
network manager
2021-04-04moved around the if blockadvaithm
2021-04-04fixed typoadvaithm
2021-04-04install networkmanager, if requiredadvaithm
2021-04-04updated guided.py to allow network manager as nicadvaithm
2021-04-04Revert "Revert "added hardwareincompatibilty erros and updated readme""advaithm
This reverts commit 15925170423134025fa8aa34e5397185e4093e13.
2021-04-04Revert "added hardwareincompatibilty erros and updated readme"advaithm
This reverts commit b5e32f980a27f272c1e3c42969323dff82617a84.
2021-04-04networkmanager supportadvaithm
2021-04-03Update xfce4.pym1ten
2021-04-03Update desktop.pym1ten
2021-04-03Fix undefined variables in installerRuslan Kiyanchuk
2021-04-03applications/xfce4m1ten
2021-04-03xfce4m1ten
2021-04-03Updated CODEOWNERSAnton 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-03Forgot option PARTUUID to lsblkAnton Hvornum
2021-04-03Merging in latest changes from master.Anton Hvornum
2021-04-03Merge branch 'master' of github.com:Torxed/archinstallAnton Hvornum
2021-04-03This 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-03Merge pull request #148 from Didr/editorconfigAnton Hvornum
Create .editorconfig
2021-04-03This 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-03Converted 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.