index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-07 | Reverted a change with newline to open | Anton Hvornum | |
2021-04-07 | Merge pull request #217 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added isVM function | |||
2021-04-07 | added isVM function | advaithm | |
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-07 | Fix newline issue on fstab writes | Insanemal | |
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines | |||
2021-04-07 | added hasIntelCPU | advaithm | |
2021-04-07 | added return value for functions in hardware.py plus cpuVendor function | advaithm | |
2021-04-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-05 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-05 | Corrected for keymap before encrypt hook | Anton Hvornum | |
Also think that we should patch mkinitcpio, not replace it. Especially in the btrfs case where we simply just want to add `btrfs` to the `MODULES` section. | |||
2021-04-05 | Merge pull request #178 from pyfisch/packaging | Anton Hvornum | |
Simplify packaging | |||
2021-04-05 | Merge pull request #170 from SecondThundeR/master | Anton Hvornum | |
Add validation check for username | |||
2021-04-05 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-05 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-05 | Add console_scripts archinstall entry point | Pyfisch | |
archinstall should be callable from the command-line. Previously this was achieved with a shell script, however Python packages contain a built in way to to this via the entry points mechanism. | |||
2021-04-05 | Switch to setup.cfg | Pyfisch | |
Configure setup.cfg to find all Python packages. Add more metadata to package. | |||
2021-04-05 | Removed a TODO comment | Anton Hvornum | |
2021-04-04 | Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions' | Anton Hvornum | |
2021-04-04 | Removing background color definitions for all log functions | Zach Osman | |
2021-04-04 | Closed #110 | Zach Osman | |
2021-04-04 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-04 | Merge branch 'master' into fix-repo-url | Anton Hvornum | |
2021-04-04 | encryption_passwed -> encryption_password | Anton Hvornum | |
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-04-04 | Removed debugging, added an additional 'move back to beginning' and print ↵ | Anton Hvornum | |
the peak again. Added this to any pacstrap call. | |||
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 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 | 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 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-03 | Forgot option PARTUUID to lsblk | Anton Hvornum | |
2021-04-03 | Merging in latest changes from master. | 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 | 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 | |