index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | Wrong indentation on comment. | Anton Hvornum | |
2021-04-08 | Merging in quality of life improvements from 2.2.0 into 2.1.4 (master) | Anton Hvornum | |
Selectively bringing in quality of life improvements from v2.2.0 work into master | |||
2021-04-08 | Merge branch 'master' into quality-of-life | Dylan M. Taylor | |
2021-04-08 | Disable post-install hooks for now | Dylan Taylor | |
2021-04-08 | Update kde.py | advaithm | |
2021-04-08 | removed post_install hook | advaithm | |
2021-04-08 | Clean up comments a bit | Dylan M. Taylor | |
2021-04-08 | Fix issue with prep function | Dylan Taylor | |
2021-04-08 | Add filtration on top level profile | Dylan Taylor | |
2021-04-08 | Add minimal profile and implement idea of 'top-level' profiles | Dylan Taylor | |
2021-04-08 | It was pointed out that khelpcenter isn't strictly necessary | Dylan M. Taylor | |
2021-04-08 | Switch from metapackage to a more minimal install | Dylan M. Taylor | |
2021-04-08 | Added a forgotten return value of _post_install | Anton Hvornum | |
2021-04-08 | added egl-wayland and changed prompt | advaithm | |
2021-04-08 | ask user for default session over asking if they want wayland | advaithm | |
2021-04-08 | Update kde.py | advaithm | |
2021-04-08 | merge kde and kde-wayland | advaithm | |
2021-04-08 | added _post_install hook. | advaithm | |
2021-04-08 | Update guided.py | advaithm | |
2021-04-08 | Fixing glitch in variable use after moving to __packages__ definition. | Anton Hvornum | |
2021-04-08 | Updating documentation. | Anton Hvornum | |
2021-04-08 | Corrected the new-line parameter | Anton Hvornum | |
2021-04-08 | Break web browser suggestion into second line to avoid wrapping | Dylan M. Taylor | |
2021-04-08 | Make the minimal installation example use the minimal profile instead of ↵ | Dylan M. Taylor | |
awesome wm | |||
2021-04-08 | Update pull_request_template.md | Anton Hvornum | |
2021-04-08 | Update pull_request_template.md | Anton Hvornum | |
2021-04-08 | Update pull_request_template.md | Anton Hvornum | |
2021-04-08 | Update pull_request_template.md | Anton Hvornum | |
2021-04-08 | 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-08 | python setup.py build is not needed if you call install | Dylan M. Taylor | |
2021-04-08 | After testing pacman -R, I noticed it didn't work right | Dylan M. Taylor | |
2021-04-08 | Update README.md | Anton Hvornum | |
2021-04-08 | Made it into more of a "step by step" structure | Anton Hvornum | |
2021-04-08 | This is probably more technically correct | Dylan M. Taylor | |
2021-04-08 | DOCS: How to test a commit from a live image | Dylan M. Taylor | |
2021-04-08 | Moved the print logic for browser warning | Anton Hvornum | |
2021-04-08 | Add a message about specifying a web browser | Dylan M. Taylor | |
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. |