Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-04-06Merge pull request #203 from dylanmtaylor/patch-10Anton Hvornum
DOCS: How to test a commit from a live image
2021-04-06python setup.py build is not needed if you call installDylan M. Taylor
2021-04-06After testing pacman -R, I noticed it didn't work rightDylan M. Taylor
2021-04-06Update README.mdAnton Hvornum
2021-04-06Made it into more of a "step by step" structureAnton Hvornum
2021-04-06This is probably more technically correctDylan M. Taylor
2021-04-06DOCS: How to test a commit from a live imageDylan M. Taylor
2021-04-06Merge pull request #200 from dylanmtaylor/patch-7Anton Hvornum
Add a message about specifying a web browser
2021-04-06Moved the print logic for browser warningAnton Hvornum
2021-04-06Add a message about specifying a web browserDylan M. Taylor
2021-04-06Merge pull request #199 from dylanmtaylor/patch-6Anton Hvornum
Remove chromium from default awesome install
2021-04-06Remove chromium from default awesome installDylan M. Taylor
Promotes a consistent installation experience across DEs.
2021-04-06Merge pull request #156 from rkiyanchuk/fix-undef-varsAnton Hvornum
Fix undefined variables in installer
2021-04-06Merge branch 'master' into fix-undef-varsAnton Hvornum
2021-04-06Update installer.pyAnton Hvornum
2021-04-06Merge pull request #196 from dylanmtaylor/patch-3Anton Hvornum
Remove evolution from default installation as suggested
2021-04-06Remove 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-06Merge pull request #188 from SecondThundeR/masterAnton Hvornum
Fix incorrect behavior for empty sudo username
2021-04-05Merge pull request #187 from pyfisch/packaging2Anton Hvornum
Fix PKGBUILD conflicts and add provides line
2021-04-05Fix PKGBUILD conflicts and add provides linePyfisch
2021-04-05Fix incorrect behavior for empty sudo usernameSecondThundeR
2021-04-05Corrected 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-05Merge pull request #184 from dylanmtaylor/patch-1Anton Hvornum
Fix #183 gnome-extras installs far too much bloat
2021-04-05Merge pull request #178 from pyfisch/packagingAnton Hvornum
Simplify packaging
2021-04-05This comment should no longer apply. This is a fairly sane default for GNOME.Dylan M. Taylor
2021-04-05gnome-sound-recorder is probably also desirableDylan M. Taylor
2021-04-05Fix #183 gnome-extras installs far too much bloat Dylan M. Taylor
This keeps some of the most useful packages from the defaults.
2021-04-05Merge pull request #170 from SecondThundeR/masterAnton Hvornum
Add validation check for username
2021-04-05Update regex rule and move check to a functionSecondThundeR
2021-04-05Indent using 8 spaces in PKGBUILDPyfisch
2021-04-05Merge pull request #180 from blochl/lb-devAnton Hvornum
README: Clarify about the profile installation example
2021-04-05Add primary PKGBUILD for testing the packagePyfisch
2021-04-05Replace lowercase conversion with correct checkingSecondThundeR
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-05Remove outdated PKGBUILD filesPyfisch
setup.cfg whitespace changes.
2021-04-05Add 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-05Switch to setup.cfgPyfisch
Configure setup.cfg to find all Python packages. Add more metadata to package.
2021-04-05Add .pyproject.toml file for PEP 517 compliancePyfisch
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-04Add lowercase conversion for usernamesSecondThundeR
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