index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #179 from advaithm/master | Anton Hvornum | |
i3 and 13-gaps support | |||
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 | fixed subprocess call | advaithm | |
2021-04-05 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-05 | Update guided.py | advaithm | |
2021-04-05 | use subprocess to launch the shell | advaithm | |
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 | add shell drop for i3 and i3-gaps | advaithm | |
2021-04-05 | Revert "Fixed issue with no network configueration" | advaithm | |
This reverts commit dbe7f3fcb8fa71d14bb27a9963d841cc12007117. | |||
2021-04-05 | add i3-wm and i3-gaps support | advaithm | |
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 #167 from m1ten/torxed-v2.2.0 | Anton Hvornum | |
Add Cinnamon (with lightdm) - Torxed v2.2.0 | |||
2021-04-04 | add lightdm-gtk-greeter | m1ten | |
2021-04-04 | applications/cinnamon | m1ten | |
2021-04-04 | added cinnamon | m1ten | |
2021-04-04 | Create cinnamon.py | m1ten | |
2021-04-04 | Merge pull request #2 from archlinux/torxed-v2.2.0 | m1ten | |
Torxed v2.2.0 | |||
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-04 | Fixed issue with no network configueration | advaithm | |
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. |