index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #196 from dylanmtaylor/patch-3 | Anton Hvornum | |
Remove evolution from default installation as suggested | |||
2021-04-06 | Remove evolution from default installation as suggested | Dylan M. Taylor | |
It was pointed out that users can install an email client if they want one. | |||
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-05 | Merge pull request #187 from pyfisch/packaging2 | Anton Hvornum | |
Fix PKGBUILD conflicts and add provides line | |||
2021-04-05 | Fix PKGBUILD conflicts and add provides line | Pyfisch | |
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 #184 from dylanmtaylor/patch-1 | Anton Hvornum | |
Fix #183 gnome-extras installs far too much bloat | |||
2021-04-05 | Merge pull request #178 from pyfisch/packaging | Anton Hvornum | |
Simplify packaging | |||
2021-04-05 | This comment should no longer apply. This is a fairly sane default for GNOME. | Dylan M. Taylor | |
2021-04-05 | gnome-sound-recorder is probably also desirable | Dylan M. Taylor | |
2021-04-05 | Fix #183 gnome-extras installs far too much bloat | Dylan M. Taylor | |
This keeps some of the most useful packages from the defaults. | |||
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 | Indent using 8 spaces in PKGBUILD | Pyfisch | |
2021-04-05 | Merge pull request #180 from blochl/lb-dev | Anton Hvornum | |
README: Clarify about the profile installation example | |||
2021-04-05 | Add primary PKGBUILD for testing the package | Pyfisch | |
2021-04-05 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-05 | README: Clarify about the profile installation example | Leonid Bloch | |
* Clarify that 'awesome' is a window manager, and not a network-related entity. * Add a link to Profile documentation. * Remove a trailing whitespace. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> | |||
2021-04-05 | Remove outdated PKGBUILD files | Pyfisch | |
setup.cfg whitespace changes. | |||
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 | Add .pyproject.toml file for PEP 517 compliance | Pyfisch | |
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 | Merge pull request #171 from zosman1/master | Anton Hvornum | |
Resolve #110 | |||
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 pull request #165 from rffontenelle/fix-repo-url | Anton Hvornum | |
Update repo to archlinux/archinstall | |||
2021-04-04 | Merge branch 'master' into fix-repo-url | Anton Hvornum | |
2021-04-04 | Merge pull request #162 from rffontenelle/fix-typos | Anton Hvornum | |
Fix misspellings | |||
2021-04-04 | encryption_passwed -> encryption_password | Anton Hvornum | |
2021-04-04 | Merge pull request #161 from rffontenelle/fix-build | Anton Hvornum | |
Fix docs warnings | |||
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-04-04 | Fix docs warnings | Rafael Fontenelle | |
2021-04-03 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
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 | 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. |