Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-08Corrected the new-line parameterAnton Hvornum
2021-04-08Merge pull request #231 from dylanmtaylor/patch-2Anton Hvornum
Break web browser suggestion into second line to avoid wrapping
2021-04-08Merge pull request #228 from dylanmtaylor/patch-1Anton Hvornum
Make the minimal installation example use the minimal profile instead of awesome wm
2021-04-08Merge pull request #1 from archlinux/masterInsanemal
Sync to master
2021-04-07Break web browser suggestion into second line to avoid wrappingDylan M. Taylor
2021-04-07Make the minimal installation example use the minimal profile instead of ↵Dylan M. Taylor
awesome wm
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Update pull_request_template.mdAnton Hvornum
2021-04-07Merge pull request #223 from jatin-cbs/masterAnton Hvornum
Remove gnome-todo and gnome-sound-recorder from default installation
2021-04-07Remove 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-07Merge pull request #215 from insanemal/newline-fixAnton Hvornum
Fix newline issue on fstab writes
2021-04-07Fix newline issue on fstab writesInsanemal
Forced the newline char fstab writes as Python appears to be selecting the incorrect newlines