index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Update logging for some functions | SecondThundeR | |
- Unified view of warning (red) and info (yellow) logs - Fixed some PEP8 related issues, like removing redundant f-strings and replacing double quotes to single ones - Removed warning logging level for simple logs - Removed other background color settings for logs to fully close https://github.com/archlinux/archinstall/pull/171 | |||
2021-04-23 | Remove unnecessary else in try...except | SecondThundeR | |
This change simplifies the try...except block in generic_select by adding a break to the item selection by index | |||
2021-04-23 | Moved output about base installed packages | SecondThundeR | |
This prevents screen from being cluttered if the user enters the wrong package(or packages), allowing only repetitions of prompt to be displayed | |||
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 | |||
2021-04-22 | Merge pull request #325 from SecondThundeR/generic-select-update | Anton Hvornum | |
Rework of the generic_select function and fixes for various input checks | |||
2021-04-22 | Fixes the crash on empty profile choice. Since generic_select() returns ↵ | Anton Hvornum | |
None, we can't pipe that into Profile() (at least not yet) | |||
2021-04-21 | Merge pull request #328 from jtagcat/patch-1 | Anton Hvornum | |
user_interaction: Explicitly ask for username on super-user creation. | |||
2021-04-21 | user_interaction: Explicitly ask for username on super-user creation. | jtagcat | |
2021-04-21 | Re-working top-level-profile lambda to be a parameter to list_profiles() ↵ | Anton Hvornum | |
instead. When skipping a profile, None is returned from somewhere and it causes a glitch. So trying to figure out where and what by cleaning up a bit | |||
2021-04-21 | Merge pull request #255 from dylanmtaylor/patch-1 | Anton Hvornum | |
WIP: Add documentation for MAC address example | |||
2021-04-21 | Reverting deletion on mac-template example. | Anton Hvornum | |
2021-04-21 | Removed guided.py that was copied in to the root and added to gitignore. | Anton Hvornum | |
2021-04-21 | Merged in latest changes and history from torxed-2.2.0 to avoid odd history ↵ | Anton Hvornum | |
in PR #315 | |||
2021-04-21 | Merge branch 'bootloader-refactor' of github.com:advaithm/archinstall into ↵ | advaithm | |
bootloader-refactor | |||
2021-04-21 | add efibootmgr only on uefi systems | advaithm | |
2021-04-20 | some more grammer fixes | advaithm | |
2021-04-20 | Merge pull request #327 from dylanmtaylor/patch-4 | Anton Hvornum | |
Fix budgie.py merge issue | |||
2021-04-20 | Fix budgie.py merge issue | Dylan M. Taylor | |
2021-04-20 | added return true | advaithm | |
2021-04-20 | added return true | advaithm | |
2021-04-20 | fixed some weird grammer | advaithm | |
2021-04-20 | added /mnt to grubcfg genration | advaithm | |
2021-04-20 | removed unnessacry --target | advaithm | |
2021-04-20 | changed some strings | advaithm | |
2021-04-20 | fixed shell command in add bootloader | advaithm | |
2021-04-20 | reworked how we remove efimanager | advaithm | |
2021-04-20 | reworked how we remove efimanager and add grub | advaithm | |
2021-04-20 | call hasUEFI | advaithm | |
2021-04-20 | moved some stuff | advaithm | |