index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-09 | Merge pull request #257 from dylanmtaylor/patch-2 | Anton Hvornum | |
Add more suggested packages to sway | |||
2021-04-09 | Add more suggested packages to sway | Dylan M. Taylor | |
2021-04-09 | Added some debug output | Anton Hvornum | |
Adding debug output for additional package selection. | |||
2021-04-09 | Merge pull request #256 from dylanmtaylor/backport-patches | Anton Hvornum | |
Merge cherry-picked patches for NetworkManager and PipeWire | |||
2021-04-09 | pipewire-docs isn't really needed. | Dylan M. Taylor | |
2021-04-09 | fixed network manager check | Advaith Madhukar | |
2021-04-09 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-09 | moved around the if block | advaithm | |
2021-04-09 | fixed typo | advaithm | |
2021-04-09 | install networkmanager, if required | advaithm | |
2021-04-09 | updated guided.py to allow network manager as nic | advaithm | |
2021-04-09 | networkmanager support | advaithm | |
2021-04-09 | Safety precaution by using .get instead of ["..."] | Anton Hvornum | |
2021-04-09 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-09 | Make audio server selection only prompt for desktop profiles | Dylan Taylor | |
2021-04-09 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-09 | Switched from print to installation.log | Anton Hvornum | |
2021-04-09 | Have pulseaudio installed just in case DEs don't depend on it if pipewire is ↵ | Dylan Taylor | |
not requested. | |||
2021-04-09 | Try removing pipewire.py and calling add additional packages | Dylan Taylor | |
Unfortunately, calling the profile was not working. | |||
2021-04-09 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-09 | Begin implementing PipeWire option | 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 | Merge pull request #252 from dylanmtaylor/patch-4 | Anton Hvornum | |
As pointed out to me, sway doesn't officially support display managers | |||
2021-04-09 | Merge pull request #253 from dylanmtaylor/patch-6 | Anton Hvornum | |
Add the sway packages from advaithm's 2.2.0 sway work | |||
2021-04-09 | As pointed out to me, sway doesn't officially support display managers | Dylan M. Taylor | |
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 #250 from insanemal/insanemal-patch-2 | Anton Hvornum | |
OOB in generic_selection | |||
2021-04-09 | Merge pull request #247 from dylanmtaylor/patch-3 | Anton Hvornum | |
draft: Cherry-Pick i3 Profiles and Make Common i3 Package | |||
2021-04-09 | Merge pull request #246 from dylanmtaylor/patch-2 | Anton Hvornum | |
Add vim to desktop packages as having different editors to choose from is good | |||
2021-04-09 | Merge pull request #249 from goggle/patch-248 | Anton Hvornum | |
Fix typo that causes crash when creating encrypted LUKS partition (closes #248) | |||
2021-04-09 | Off by one in generic_selection out of bounds check | Insanemal | |
Out of bounds check in generic_selection is using >= on list. Lists are zero based. If you put in a value that equals the number of items in the list you get an out of bounds error. Removed the equals part of the test as last item in list/dictionary items is len(list)-1 not len(list) | |||
2021-04-09 | Fix typo that causes crash when creating encrypted LUKS partition (closes #248) | Alexander Seiler | |
2021-04-08 | This might work to make the i3 profiles as small as possible | Dylan Taylor | |
2021-04-08 | Remove post-install hooks from i3 profiles | Dylan Taylor | |
2021-04-08 | Move more logic into common profile | Dylan Taylor | |
2021-04-08 | Move common packages to common i3 profile | Dylan Taylor | |
2021-04-08 | Add is_top_level_profile = False to i3 profiles | Dylan Taylor | |
2021-04-08 | Swapped print for log and added return values | Anton Hvornum | |
2021-04-08 | Noticed that some KDE instances weren't changed to i3 when copying | Dylan M. Taylor | |
Another one | |||
2021-04-08 | 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-08 | added _post_install hook. | advaithm | |
2021-04-08 | add i3-wm and i3-gaps support | advaithm | |
2021-04-08 | Add i3 profile to desktop.py | Dylan M. Taylor | |
2021-04-08 | draft: Make i3 package to select i3 configuration | Dylan M. Taylor | |
2021-04-08 | Add vim to desktop packages as not everyone likes nano | Dylan M. Taylor | |
2021-04-08 | Merge pull request #244 from dylanmtaylor/lxqt | Anton Hvornum | |
Implementation of LXQt |