index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-13 | Fix some more awesome installation issues | Dylan M. Taylor | |
2021-04-12 | Merge branch 'master' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-11 | Implement MATE desktop environment | Dylan Taylor | |
2021-04-10 | Remove lightdm-gtk-greeter-settings | Dylan Taylor | |
2021-04-09 | Add more suggested packages to sway | Dylan M. Taylor | |
2021-04-09 | Merge pull request #254 from dylanmtaylor/budgie | Anton Hvornum | |
Add missing cherry-picked commits and implement Budgie | |||
2021-04-09 | Add budgie implementation | Dylan Taylor | |
2021-04-09 | add lightdm-gtk-greeter | m1ten | |
2021-04-09 | applications/xfce4 | m1ten | |
2021-04-09 | applications/cinnamon | m1ten | |
2021-04-09 | Add the sway packages from advaithm's 2.2.0 sway work | Dylan M. Taylor | |
Remove sddm | |||
2021-04-09 | Merge pull request #251 from advaithm/torxed-v2.2.0 | Anton Hvornum | |
Split drivers from xorg and create a seprate profile for wayland. Remove the use of sddm from sway and raise issues with the nvidia drivers | |||
2021-04-08 | Move common packages to common i3 profile | Dylan Taylor | |
2021-04-08 | add i3-wm and i3-gaps support | advaithm | |
2021-04-08 | Change xscreensaver to slock | Dylan M. Taylor | |
2021-04-08 | breeze-icons and oxygen-icons are both needed to not have missing icons | Dylan M. Taylor | |
2021-04-08 | It was far too minimal to be usable before. | Dylan M. Taylor | |
2021-04-08 | Initial implementation of LXQt | Dylan Taylor | |
2021-04-08 | Implement Sway | Dylan Taylor | |
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages Fix comment Update sway.py | |||
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 egl-wayland and changed prompt | advaithm | |
2021-04-08 | ask user for default session over asking if they want wayland | advaithm | |
2021-04-08 | merge kde and kde-wayland | advaithm | |
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 | 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 | 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 | 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-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 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-06 | It was pointed out that khelpcenter isn't strictly necessary | Dylan M. Taylor | |
2021-04-06 | Switch from metapackage to a more minimal install | Dylan M. Taylor | |
2021-04-06 | Merge pull request #192 from advaithm/kde-hook | Anton Hvornum | |
Use _post_install for wayland | |||
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 | merge kde and kde-wayland | advaithm | |
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 #179 from advaithm/master | Anton Hvornum | |
i3 and 13-gaps support | |||
2021-04-05 | add i3-wm and i3-gaps support | advaithm | |
2021-04-04 | add lightdm-gtk-greeter | m1ten | |
2021-04-04 | applications/cinnamon | m1ten | |
2021-04-03 | applications/xfce4 | m1ten | |
2021-03-25 | New feature: Profile() now supports .packages which returns any defined ↵ | Anton Hvornum | |
packages for that specific profile, as well as archinstall.__packages__ contain any packages that Installer() is responsible for. This can be used to quickly gather any required packages and dependencies by archinstall. Not all profiles have it yet, so .packages might return None. |