index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-06 | Remove chromium from default awesome install | Dylan M. Taylor | |
Promotes a consistent installation experience across DEs. | |||
2021-04-06 | Merge pull request #197 from dylanmtaylor/patch-4 | Anton Hvornum | |
Switch from metapackage to a more minimal install | |||
2021-04-06 | Switch from metapackage to a more minimal install | Dylan M. Taylor | |
2021-04-06 | Merge pull request #156 from rkiyanchuk/fix-undef-vars | Anton Hvornum | |
Fix undefined variables in installer | |||
2021-04-06 | Merge branch 'master' into fix-undef-vars | Anton Hvornum | |
2021-04-06 | Update installer.py | Anton Hvornum | |
2021-04-06 | Merge pull request #192 from advaithm/kde-hook | Anton Hvornum | |
Use _post_install for wayland | |||
2021-04-06 | Added a forgotten return value of _post_install | Anton Hvornum | |
2021-04-06 | Merge pull request #196 from dylanmtaylor/patch-3 | Anton Hvornum | |
Remove evolution from default installation as suggested | |||
2021-04-06 | Remove evolution from default installation as suggested | Dylan M. Taylor | |
It was pointed out that users can install an email client if they want one. | |||
2021-04-06 | added egl-wayland and changed prompt | advaithm | |
2021-04-06 | ask user for default session over asking if they want wayland | advaithm | |
2021-04-06 | Update kde.py | advaithm | |
2021-04-06 | Merge branch 'kde-hook' of git@github.com:advaithm/archinstall.git | advaithm | |
2021-04-06 | merge kde and kde-wayland | advaithm | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | Phrasing and removed background coloring | Anton Hvornum | |
2021-04-06 | Swapped print for log and added return values | Anton Hvornum | |
2021-04-06 | Some language correction and function handling | Anton 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-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-06 | merge kde and kde-wayland | advaithm | |
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-05 | Merge pull request #187 from pyfisch/packaging2 | Anton Hvornum | |
Fix PKGBUILD conflicts and add provides line | |||
2021-04-05 | Fix PKGBUILD conflicts and add provides line | Pyfisch | |
2021-04-05 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-05 | Corrected for keymap before encrypt hook | Anton 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-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 | |