index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-01-24 | terminus font has changed name upstream from terminus-font-otb to ↵ | Anton Hvornum | |
terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc. | |||
2021-01-22 | fixed spaces in kde-wayland.py | advaithm | |
2021-01-22 | plasma-wayland installer | advaithm | |
2021-01-21 | reworked kde.py to use sddm instead of hacking xinitrc | advaithm | |
2021-01-19 | Added a profile for alacritty as well as tweaked the awesome profile and ↵ | Anton Hvornum | |
application profile. | |||
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-09-30 | Added KDE profile (untested) | Anton Hvornum | |
2020-09-30 | Added gnome as a profile (and application for application specific steps). ↵ | Anton Hvornum | |
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change. | |||
2020-09-30 | Forgot to replace the xinitrc data after replacing lines. | Anton Hvornum | |
2020-09-30 | Debug for testing | Anton Hvornum | |
2020-09-30 | Attempt to enhance the search and replace of default apps in xorg. | Anton Hvornum | |
2020-09-30 | Fixed some issues with the awesome profile. It should now be properly ↵ | Anton Hvornum | |
installed. Still need to tweak it a bit to not be as intrusive while still giving some 'starting points' to stand on as a new user. | |||
2020-08-04 | Removed legacy .json profiles. Not in favor of .py | Anton Hvornum | |
2020-07-22 | New feature: application profiles now support .py as well. Also fixed a ↵ | Anton Hvornum | |
sys.path issue where an installed version of archinstall would have precedence over the local version when profiles were being executed (because profiles were living in a unknown relative working directory, the caller to those profiles have to make sure .archinstall exists in sys.path before calling said profile) | |||
2020-07-06 | Renaming deployments to profiles | Anton Hvornum | |