Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-27Corrected indentation (mixed spaces and tabs)Anton Hvornum
2021-04-27having ability to use multiple kernels - dict fixAggam Rahamim
2021-04-25Re-phrased the wording a bit on the exp. warning.Anton Hvornum
2021-04-25Merge branch 'master' of https://github.com/AggamR/archinstallAggam Rahamim
2021-04-25having ability to use multiple kernelsAggam Rahamim
2021-04-24updated to lastest commit, fixed a conflictadvaithm
2021-04-24Merge pull request #345 from dylanmtaylor/patch-9Anton Hvornum
Ignore dotfiles and globs in timezone selection
2021-04-23Added back the note about using /mnt as isAnton Hvornum
Also added a "experimental" warning to it.
2021-04-23Merge pull request #343 from dylanmtaylor/patch-8Anton Hvornum
While somewhat nice to have, archlinux-wallpaper isn't needed in a minimall install
2021-04-22Actually, putting it here makes more sense.Dylan M. Taylor
2021-04-22Ignore dotfiles and globsDylan M. Taylor
2021-04-23Update logging for some functionsSecondThundeR
- 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-23Remove unnecessary else in try...exceptSecondThundeR
This change simplifies the try...except block in generic_select by adding a break to the item selection by index
2021-04-23Moved output about base installed packagesSecondThundeR
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-22While somewhat nice to have, archlinux-wallpaper isn't needed in a minimal ↵Dylan M. Taylor
installation.
2021-04-22Merge pull request #342 from archlinux/torxed-patch1Anton Hvornum
/ and /boot requirement when keeping partition layout
2021-04-22Added a continuation if partitions are not set yet.Anton Hvornum
2021-04-22Fixes #324.Anton Hvornum
2021-04-22Merge pull request #339 from dylanmtaylor/patch-7Anton Hvornum
Have timezone re-prompt on invalid input
2021-04-22Restructured endless loop definitionAnton 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-22Update user_interaction.pyDylan M. Taylor
2021-04-22Run CI on pushes to master/mainDylan M. Taylor
2021-04-22fixed another messed up importadvaithm
2021-04-22has uefi was removed from user_interactionsadvaithm
2021-04-22Merge github.com:archlinux/archinstall into master-mergeadvaithm
2021-04-22updated pyproject.toml to fix issues with packageadvaithm
2021-04-22Merge pull request #336 from SecondThundeR/patch-2Anton Hvornum
Fix other issues of language selection
2021-04-22Fix other issues of language selectionSecondThundeR
2021-04-22fixed merge conflictsadvaithm
2021-04-22readded some commits that got removedadvaithm
2021-04-22merged with masteradvaithm
2021-04-22Merge pull request #334 from SecondThundeR/patch-2Anton Hvornum
Update language selection
2021-04-22Update language selectionВладислав
Reverted generic_select changes and added ability to choose any layout at first input
2021-04-22Merge pull request #326 from advaithm/bootloader-refactorAnton Hvornum
Bootloader refactor
2021-04-22Merge pull request #325 from SecondThundeR/generic-select-updateAnton Hvornum
Rework of the generic_select function and fixes for various input checks
2021-04-22Fixes 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-21Merge pull request #328 from jtagcat/patch-1Anton Hvornum
user_interaction: Explicitly ask for username on super-user creation.
2021-04-21user_interaction: Explicitly ask for username on super-user creation.jtagcat
2021-04-21Re-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-21Merge pull request #255 from dylanmtaylor/patch-1Anton Hvornum
WIP: Add documentation for MAC address example
2021-04-21Reverting deletion on mac-template example.Anton Hvornum
2021-04-21Removed guided.py that was copied in to the root and added to gitignore.Anton Hvornum
2021-04-21Merged in latest changes and history from torxed-2.2.0 to avoid odd history ↵Anton Hvornum
in PR #315
2021-04-21Merge branch 'bootloader-refactor' of github.com:advaithm/archinstall into ↵advaithm
bootloader-refactor
2021-04-21add efibootmgr only on uefi systemsadvaithm
2021-04-20some more grammer fixesadvaithm
2021-04-20Merge pull request #327 from dylanmtaylor/patch-4Anton Hvornum
Fix budgie.py merge issue
2021-04-20Fix budgie.py merge issueDylan M. Taylor
2021-04-20added return trueadvaithm
2021-04-20added return trueadvaithm