index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | Whitespace needs to be tabs. Added test for UEFI, if not found add ↵ | Malccolm Haak | |
grub-install to pacstrap install | |||
2021-04-17 | In guided install Non-UEFI installs need to use grub-install as its the only ↵ | Malccolm Haak | |
supported bootloader that doesn't require UEFI | |||
2021-04-06 | Merge pull request #207 from dylanmtaylor/patch-12 | Anton Hvornum | |
Fix another incorrect comment on XFCE4 profile | |||
2021-04-06 | Merge pull request #206 from dylanmtaylor/patch-11 | Anton Hvornum | |
Fix incorrect comment. Cinnamon doesn't have any Wayland support yet. | |||
2021-04-06 | Fix another incorrect comment on XFCE4 profile | Dylan M. Taylor | |
2021-04-06 | Fix incorrect comment. Cinnamon doesn't have any Wayland support yet. | Dylan M. Taylor | |
2021-04-06 | Merge pull request #202 from dylanmtaylor/patch-9 | Anton Hvornum | |
It was pointed out that khelpcenter isn't strictly necessary | |||
2021-04-06 | It was pointed out that khelpcenter isn't strictly necessary | Dylan M. Taylor | |
2021-04-06 | Merge pull request #201 from dylanmtaylor/patch-8 | Anton Hvornum | |
Noticed that some KDE instances weren't changed to i3 when copying | |||
2021-04-06 | Noticed that some KDE instances weren't changed to i3 when copying | Dylan M. Taylor | |
Another one | |||
2021-04-06 | Merge pull request #197 from dylanmtaylor/patch-4 | Anton Hvornum | |
Switch from metapackage to a more minimal install | |||
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 | Added a forgotten return value of _post_install | Anton Hvornum | |
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 | Update kde.py | advaithm | |
2021-04-06 | Merge branch 'kde-hook' of git@github.com:advaithm/archinstall.git | advaithm | |
2021-04-06 | merge kde and kde-wayland | advaithm | |
2021-04-06 | Merge pull request #190 from advaithm/master | Anton Hvornum | |
post install hook | |||
2021-04-06 | Phrasing and removed background coloring | Anton Hvornum | |
2021-04-06 | Swapped print for log and added return values | Anton Hvornum | |
2021-04-06 | 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-06 | merge kde and kde-wayland | advaithm | |
2021-04-06 | added _post_install hook. | advaithm | |
2021-04-05 | Merge pull request #179 from advaithm/master | Anton Hvornum | |
i3 and 13-gaps support | |||
2021-04-05 | fixed subprocess call | advaithm | |
2021-04-05 | Update guided.py | advaithm | |
2021-04-05 | use subprocess to launch the shell | advaithm | |
2021-04-05 | add shell drop for i3 and i3-gaps | advaithm | |
2021-04-05 | Revert "Fixed issue with no network configueration" | advaithm | |
This reverts commit dbe7f3fcb8fa71d14bb27a9963d841cc12007117. | |||
2021-04-05 | add i3-wm and i3-gaps support | advaithm | |
2021-04-04 | Merge pull request #167 from m1ten/torxed-v2.2.0 | Anton Hvornum | |
Add Cinnamon (with lightdm) - Torxed v2.2.0 | |||
2021-04-04 | add lightdm-gtk-greeter | m1ten | |
2021-04-04 | applications/cinnamon | m1ten | |
2021-04-04 | added cinnamon | m1ten | |
2021-04-04 | Create cinnamon.py | m1ten | |
2021-04-04 | Merge pull request #2 from archlinux/torxed-v2.2.0 | m1ten | |
Torxed v2.2.0 | |||
2021-04-04 | Fixed issue with no network configueration | advaithm | |
2021-04-04 | Removed debugging, added an additional 'move back to beginning' and print ↵ | Anton Hvornum | |
the peak again. Added this to any pacstrap call. | |||
2021-04-04 | Added some debugging | Anton Hvornum | |
2021-04-04 | Added stripping of peak output to avoid new lines forming. | Anton Hvornum | |
2021-04-04 | Added error handling to sys_command's peak function. | Anton Hvornum | |
2021-04-04 | Moved import due to circular imports. | Anton Hvornum | |
2021-04-04 | Added functionality towards #155. It's not a progress bar per sae, but it ↵ | Anton Hvornum | |
will show the last line outputted by commands enabling peaking of the ongoing process. | |||
2021-04-04 | Merging in latest changes from master. | Anton Hvornum | |
2021-04-04 | Merge pull request #158 from advaithm/master | Anton Hvornum | |
Network manager support | |||
2021-04-04 | fixed network manager check | Advaith Madhukar | |
2021-04-04 | Merge pull request #157 from m1ten/torxed-v2.2.0 | Anton Hvornum | |
Add xfce4 (with lightdm) - Torxed v2.2.0 | |||
2021-04-04 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager |