Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-06Merge pull request #197 from dylanmtaylor/patch-4Anton Hvornum
Switch from metapackage to a more minimal install
2021-04-06Switch from metapackage to a more minimal installDylan M. Taylor
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 #192 from advaithm/kde-hookAnton Hvornum
Use _post_install for wayland
2021-04-06Added a forgotten return value of _post_installAnton 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-06added egl-wayland and changed promptadvaithm
2021-04-06ask user for default session over asking if they want waylandadvaithm
2021-04-06Update kde.pyadvaithm
2021-04-06Merge branch 'kde-hook' of git@github.com:advaithm/archinstall.gitadvaithm
2021-04-06merge kde and kde-waylandadvaithm
2021-04-06Merge pull request #190 from advaithm/masterAnton Hvornum
post install hook
2021-04-06Phrasing and removed background coloringAnton Hvornum
2021-04-06Swapped print for log and added return valuesAnton Hvornum
2021-04-06Some language correction and function handlingAnton Hvornum
I more or less copied the language from i3-wm as it was more correct. Also converted `print()` into `installation.log()` so that we can get some color control and end up in the debug log. Finally, I added a try/except to handle potential crashes and return return values, since otherwise this would happen every run: * https://github.com/archlinux/archinstall/pull/190/files#diff-98d75a109b5337cd7d7c948d2cfc2379bcc51be22dfa3ca6491765f0e0bcaaabR349-R355
2021-04-06Merge pull request #188 from SecondThundeR/masterAnton Hvornum
Fix incorrect behavior for empty sudo username
2021-04-06merge kde and kde-waylandadvaithm
2021-04-06added _post_install hook.advaithm
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-05Merge pull request #179 from advaithm/masterAnton Hvornum
i3 and 13-gaps support
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-05fixed subprocess calladvaithm
2021-04-05Replace lowercase conversion with correct checkingSecondThundeR
2021-04-05Update guided.pyadvaithm
2021-04-05use subprocess to launch the shelladvaithm
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-05add shell drop for i3 and i3-gapsadvaithm
2021-04-05Revert "Fixed issue with no network configueration"advaithm
This reverts commit dbe7f3fcb8fa71d14bb27a9963d841cc12007117.
2021-04-05add i3-wm and i3-gaps supportadvaithm
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