Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-08added _post_install hook.advaithm
2021-04-08Update guided.pyadvaithm
2021-04-08Fixing glitch in variable use after moving to __packages__ definition.Anton Hvornum
2021-04-08Updating documentation.Anton Hvornum
2021-04-08Corrected the new-line parameterAnton Hvornum
2021-04-08Break web browser suggestion into second line to avoid wrappingDylan M. Taylor
2021-04-08Make the minimal installation example use the minimal profile instead of ↵Dylan M. Taylor
awesome wm
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Update pull_request_template.mdAnton Hvornum
2021-04-08Remove gnome-todo and gnome-sound-recorder from default installationJatin
gnome todo and gnome sound recorder should not be in default installation, honoring the Arch Linux philosophy. These packages are not even pre installed on other major linux distributions.
2021-04-08python setup.py build is not needed if you call installDylan M. Taylor
2021-04-08After testing pacman -R, I noticed it didn't work rightDylan M. Taylor
2021-04-08Update README.mdAnton Hvornum
2021-04-08Made it into more of a "step by step" structureAnton Hvornum
2021-04-08This is probably more technically correctDylan M. Taylor
2021-04-08DOCS: How to test a commit from a live imageDylan M. Taylor
2021-04-08Moved the print logic for browser warningAnton Hvornum
2021-04-08Add a message about specifying a web browserDylan M. Taylor
2021-04-08Remove chromium from default awesome installDylan M. Taylor
Promotes a consistent installation experience across DEs.
2021-04-08Remove evolution from default installation as suggestedDylan M. Taylor
It was pointed out that users can install an email client if they want one.
2021-04-08Fix incorrect behavior for empty sudo usernameSecondThundeR
2021-04-08Fix PKGBUILD conflicts and add provides linePyfisch
2021-04-08Corrected for keymap before encrypt hookAnton 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-08This comment should no longer apply. This is a fairly sane default for GNOME.Dylan M. Taylor
2021-04-08gnome-sound-recorder is probably also desirableDylan M. Taylor
2021-04-08Fix #183 gnome-extras installs far too much bloat Dylan M. Taylor
This keeps some of the most useful packages from the defaults.
2021-04-08Indent using 8 spaces in PKGBUILDPyfisch
2021-04-08Add primary PKGBUILD for testing the packagePyfisch
2021-04-08Remove outdated PKGBUILD filesPyfisch
setup.cfg whitespace changes.
2021-04-08Add console_scripts archinstall entry pointPyfisch
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-08Switch to setup.cfgPyfisch
Configure setup.cfg to find all Python packages. Add more metadata to package.
2021-04-08Add .pyproject.toml file for PEP 517 compliancePyfisch
2021-04-08Update regex rule and move check to a functionSecondThundeR
2021-04-08Replace lowercase conversion with correct checkingSecondThundeR
2021-04-08Add lowercase conversion for usernamesSecondThundeR
2021-04-08Update installer.pyAnton Hvornum
2021-04-08Fix undefined variables in installerRuslan Kiyanchuk
2021-04-05README: Clarify about the profile installation exampleLeonid 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-05Removed a TODO commentAnton Hvornum
2021-04-04Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions'Anton Hvornum
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-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 #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