index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | Remove chromium from default awesome install | Dylan M. Taylor | |
Promotes a consistent installation experience across DEs. | |||
2021-04-08 | 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-08 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-08 | Fix PKGBUILD conflicts and add provides line | Pyfisch | |
2021-04-08 | 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-08 | This comment should no longer apply. This is a fairly sane default for GNOME. | Dylan M. Taylor | |
2021-04-08 | gnome-sound-recorder is probably also desirable | Dylan M. Taylor | |
2021-04-08 | 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-08 | Indent using 8 spaces in PKGBUILD | Pyfisch | |
2021-04-08 | Add primary PKGBUILD for testing the package | Pyfisch | |
2021-04-08 | Remove outdated PKGBUILD files | Pyfisch | |
setup.cfg whitespace changes. | |||
2021-04-08 | 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-08 | Switch to setup.cfg | Pyfisch | |
Configure setup.cfg to find all Python packages. Add more metadata to package. | |||
2021-04-08 | Add .pyproject.toml file for PEP 517 compliance | Pyfisch | |
2021-04-08 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-08 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-08 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-08 | Update installer.py | Anton Hvornum | |
2021-04-08 | Fix undefined variables in installer | Ruslan Kiyanchuk | |
2021-04-08 | Corrected the new-line parameter | Anton Hvornum | |
2021-04-08 | sway, wayland specific files. drivers has also been split from xorg | advaithm | |
2021-04-08 | Merging in master into feature branch. | Anton Hvornum | |
2021-04-08 | Merge pull request #232 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
removed post_install hook for kde plasma | |||
2021-04-08 | Merge pull request #230 from dylanmtaylor/pipewire-in-desktop-profile | Anton Hvornum | |
Only ask for audio server selection on a desktop profile (depends on #219) | |||
2021-04-08 | Safety precaution by using .get instead of ["..."] | Anton Hvornum | |
2021-04-08 | Merge pull request #231 from dylanmtaylor/patch-2 | Anton Hvornum | |
Break web browser suggestion into second line to avoid wrapping | |||
2021-04-08 | Merge pull request #219 from dylanmtaylor/minimal-install-profile | Anton Hvornum | |
Add minimal profile and implement idea of 'top-level' profiles | |||
2021-04-08 | Merge pull request #228 from dylanmtaylor/patch-1 | Anton Hvornum | |
Make the minimal installation example use the minimal profile instead of awesome wm | |||
2021-04-08 | Merge pull request #1 from archlinux/master | Insanemal | |
Sync to master | |||
2021-04-08 | Update kde.py | advaithm | |
2021-04-08 | removed post_install hook | advaithm | |
2021-04-07 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-07 | Make audio server selection only prompt for desktop profiles | Dylan Taylor | |
2021-04-07 | Break web browser suggestion into second line to avoid wrapping | Dylan M. Taylor | |
2021-04-07 | Make the minimal installation example use the minimal profile instead of ↵ | Dylan M. Taylor | |
awesome wm | |||
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
torxed-v2.2.0 | |||
2021-04-07 | Merge pull request #221 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
added support to automagically add ucode to initrd | |||
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Update pull_request_template.md | Anton Hvornum | |
2021-04-07 | Merge remote-tracking branch 'dylanmtaylor/minimal-install-profile' into ↵ | Dylan Taylor | |
minimal-install-profile | |||
2021-04-07 | Remove ,newline='\n' so this branch works for testing | Dylan Taylor | |
This change is already merged but add to this branch for testing | |||
2021-04-07 | Clean up comments a bit | Dylan M. Taylor | |
2021-04-07 | Remove TODO line - it's functional and tested to work. | Dylan M. Taylor | |
2021-04-07 | Fixed typos | nullrequest | |
2021-04-07 | Fix issue with prep function | Dylan Taylor | |
2021-04-07 | Merge pull request #223 from jatin-cbs/master | Anton Hvornum | |
Remove gnome-todo and gnome-sound-recorder from default installation | |||
2021-04-07 | Remove gnome-todo and gnome-sound-recorder from default installation | Jatin | |
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-07 | Add i3 selections to desktop file | Dylan Taylor | |