Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 #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-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-20added return trueadvaithm
2021-04-20added return trueadvaithm
2021-04-20fixed some weird grammeradvaithm
2021-04-20added /mnt to grubcfg genrationadvaithm
2021-04-20removed unnessacry --targetadvaithm
2021-04-20changed some stringsadvaithm
2021-04-20fixed shell command in add bootloaderadvaithm
2021-04-20reworked how we remove efimanageradvaithm
2021-04-20reworked how we remove efimanager and add grubadvaithm
2021-04-20call hasUEFIadvaithm
2021-04-20moved some stuffadvaithm
2021-04-20fixed some issues with adding packagesadvaithm
2021-04-20Add clarifying log text for generic_selectSecondThundeR
2021-04-20we should only look for boot on uefi systemsadvaithm
2021-04-20we should only look for boot on uefi systemsadvaithm
2021-04-20we should only look for boot on uefi systemsadvaithm
2021-04-20rebase clean upadvaithm
2021-04-20repharsed some stuffadvaithm
2021-04-20reworked how we handle bootloaders a littleadvaithm
2021-04-20rebaseadvaithm
2021-04-20Merge pull request #317 from insanemal/torxed-v2.2.0Anton Hvornum
In guided install Non-UEFI installs need to use grub-install
2021-04-20Merge branch 'torxed-v2.2.0' into torxed-v2.2.0Anton Hvornum
2021-04-20Fix TabError issue after uncommentingSecondThundeR
2021-04-20Merge pull request #285 from dylanmtaylor/patch-4Anton Hvornum
Change from argon2i to argon2id
2021-04-20Fix infinite loop on incorrect input of gateway IPSecondThundeR
2021-04-20Uncomment new check for gateway IP addressSecondThundeR
2021-04-20Add sort parameter for generic_selectSecondThundeR
Updated required features to support these change
2021-04-20Merging in PR #312 - Add Deepin desktopAnton Hvornum
2021-04-19Update some functionsSecondThundeR
Here are list of changes: - Added IP/subnet validation using Python's `ipaddress` module - Added workaround for network configuration modes where user can enter DHCP or IP without brackets. - Returned local printing options for some functions to keep `The above list...` - Moved booleans for `generic_select` below options and text parameters - Imported some functions from `archinstall` to reduce the`archinstall.` part of the lines. - Reduced variable name length for simplicity - Fixed some typos