index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | Merge pull request #243 from archlinux/torxed-patch-master | Anton Hvornum | |
Re-working examples/minimal.py | |||
2021-04-08 | I simplified the countdown, by moving it into it's own function instead of ↵ | Anton Hvornum | |
wrapped inside guided.. This can now be used by others for a simple countdown. I also re-worked the minimal.py example to work with the new internal partitioning logic API as well as support some flags from archinstall.arguments to minimize user input requirements to just one single question. This one question will most likely go away too, but stays for simplicity right now. | |||
2021-04-08 | Remove nano from base packages | Dylan M. Taylor | |
2021-04-08 | Added a safety check to verify that the encrypted partition exists at least ↵ | Anton Hvornum | |
before trying to open it. | |||
2021-04-08 | Wrong indentation on comment. | Anton Hvornum | |
2021-04-08 | Merge branch 'master' into quality-of-life | Dylan M. Taylor | |
2021-04-08 | Disable post-install hooks for now | Dylan Taylor | |
2021-04-08 | Add filtration on top level profile | Dylan Taylor | |
2021-04-08 | added _post_install hook. | advaithm | |
2021-04-08 | Fixing glitch in variable use after moving to __packages__ definition. | Anton Hvornum | |
2021-04-08 | Corrected the new-line parameter | Anton Hvornum | |
2021-04-08 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-08 | 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-08 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-08 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-08 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-08 | Update installer.py | Anton Hvornum | |
2021-04-08 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-08 | Corrected the new-line parameter | 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-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
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 #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 | 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-03 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-03 | Forgot option PARTUUID to lsblk | 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 | |
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-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 | Merge pull request #134 from conqp/master | Anton Hvornum | |
General code cleanup | |||
2021-04-01 | Missing variable | Anton Hvornum | |
This should fix #135 | |||
2021-04-01 | Remove useless __init__ methods | Richard Neumann | |