index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | Fixed a crash before choosing a video card driver | Владислав | |
2021-04-27 | Moving away from custom log levels, to something that's well defined. (#360) | Anton Hvornum | |
* Moving away from custom log levels, to something that's well defined. * Added backward compability to log() as well. * Added an option to force log messages out on screen even if the level is below the log level threashold. * Added force log messages when wrong notation is used. * Added some more length to the deprecated message * Swapped all log levels to use logging.<level> instead. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
2021-04-27 | Updated readme about the help and log location | Anton Hvornum | |
2021-04-27 | Updating branch strategy on the CONTRIB file | Anton Hvornum | |
2021-04-27 | Merge pull request #357 from dylanmtaylor/patch-1 | Anton Hvornum | |
Use generic_select for driver selection | |||
2021-04-27 | Use generic_select for driver selection | Dylan M. Taylor | |
2021-04-27 | Merge pull request #337 from dylanmtaylor/patch-4 | Anton Hvornum | |
Run CI on pushes to master/main | |||
2021-04-27 | Merge pull request #356 from dylanmtaylor/patch-2 | Anton Hvornum | |
Delete i3-wm and i3-gaps profiles | |||
2021-04-27 | Delete i3-gaps.py | Dylan M. Taylor | |
2021-04-27 | Delete i3-wm.py | Dylan M. Taylor | |
2021-04-27 | Merge PR #335: Merges in v2.2.0 work into master | Anton Hvornum | |
Any future work against v2.2.0 will go straight into master, patch work will be done on separate branches instead. | |||
2021-04-27 | Updated PR guidelines. | Anton Hvornum | |
2021-04-27 | Forgot to hit save after merge conflict fixes. | Anton Hvornum | |
2021-04-27 | Pulled in latest changes from torxed-v2.2.0 | Anton Hvornum | |
2021-04-27 | Merge pull request #315 from AggamR/master | Anton Hvornum | |
selecting a kernel | |||
2021-04-27 | Added a failsafe for kernels argument to be defaulted to linux, since 'None' ↵ | Anton Hvornum | |
could technically end up here. | |||
2021-04-27 | Reduced complexity in guided for the kernel selection process. | Anton Hvornum | |
2021-04-27 | Synced latest changes from torxed-v2.2.0. | Anton Hvornum | |
2021-04-27 | Spelling error | Anton Hvornum | |
2021-04-27 | Corrected indentation (mixed spaces and tabs) | Anton Hvornum | |
2021-04-27 | having ability to use multiple kernels - dict fix | Aggam Rahamim | |
2021-04-25 | Re-phrased the wording a bit on the exp. warning. | Anton Hvornum | |
2021-04-25 | Merge branch 'master' of https://github.com/AggamR/archinstall | Aggam Rahamim | |
2021-04-25 | having ability to use multiple kernels | Aggam Rahamim | |
2021-04-24 | updated to lastest commit, fixed a conflict | advaithm | |
2021-04-24 | Merge pull request #345 from dylanmtaylor/patch-9 | Anton Hvornum | |
Ignore dotfiles and globs in timezone selection | |||
2021-04-23 | Added back the note about using /mnt as is | Anton Hvornum | |
Also added a "experimental" warning to it. | |||
2021-04-23 | Merge pull request #343 from dylanmtaylor/patch-8 | Anton Hvornum | |
While somewhat nice to have, archlinux-wallpaper isn't needed in a minimall install | |||
2021-04-22 | Actually, putting it here makes more sense. | Dylan M. Taylor | |
2021-04-22 | Ignore dotfiles and globs | Dylan M. Taylor | |
2021-04-22 | While somewhat nice to have, archlinux-wallpaper isn't needed in a minimal ↵ | Dylan M. Taylor | |
installation. | |||
2021-04-22 | Merge pull request #342 from archlinux/torxed-patch1 | Anton Hvornum | |
/ and /boot requirement when keeping partition layout | |||
2021-04-22 | Added a continuation if partitions are not set yet. | Anton Hvornum | |
2021-04-22 | Fixes #324. | Anton Hvornum | |
2021-04-22 | Merge pull request #339 from dylanmtaylor/patch-7 | Anton Hvornum | |
Have timezone re-prompt on invalid input | |||
2021-04-22 | Restructured endless loop definition | Anton Hvornum | |
I prefer to easily spot an endless loop by not having external variables attached to the loop condition. Since we never updated `exists` it's a dummy variable that I expect to be updated some where in order to break it. When that's not the case, it's more clear that it's an endless loop if there's no conditions attached to the loop definition. | |||
2021-04-22 | Update user_interaction.py | Dylan M. Taylor | |
2021-04-22 | Run CI on pushes to master/main | Dylan M. Taylor | |
2021-04-22 | fixed another messed up import | advaithm | |
2021-04-22 | has uefi was removed from user_interactions | advaithm | |
2021-04-22 | Merge github.com:archlinux/archinstall into master-merge | advaithm | |
2021-04-22 | updated pyproject.toml to fix issues with package | advaithm | |
2021-04-22 | Merge pull request #336 from SecondThundeR/patch-2 | Anton Hvornum | |
Fix other issues of language selection | |||
2021-04-22 | Fix other issues of language selection | SecondThundeR | |
2021-04-22 | fixed merge conflicts | advaithm | |
2021-04-22 | readded some commits that got removed | advaithm | |
2021-04-22 | merged with master | advaithm | |
2021-04-22 | Merge pull request #334 from SecondThundeR/patch-2 | Anton Hvornum | |
Update language selection | |||
2021-04-22 | Update language selection | Владислав | |
Reverted generic_select changes and added ability to choose any layout at first input | |||
2021-04-22 | Merge pull request #326 from advaithm/bootloader-refactor | Anton Hvornum | |
Bootloader refactor |