Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2021-04-27Moving 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-27Pulled in latest changes from torxed-v2.2.0Anton Hvornum
2021-04-27Added a failsafe for kernels argument to be defaulted to linux, since 'None' ↵Anton Hvornum
could technically end up here.
2021-04-27Reduced complexity in guided for the kernel selection process.Anton Hvornum
2021-04-27Synced latest changes from torxed-v2.2.0.Anton Hvornum
2021-04-27Corrected indentation (mixed spaces and tabs)Anton Hvornum
2021-04-27having ability to use multiple kernels - dict fixAggam Rahamim
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-22Added a continuation if partitions are not set yet.Anton Hvornum
2021-04-22Fixes #324.Anton Hvornum
2021-04-22merged with masteradvaithm
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-21Merged in latest changes and history from torxed-2.2.0 to avoid odd history ↵Anton Hvornum
in PR #315
2021-04-20added return trueadvaithm
2021-04-20changed some stringsadvaithm
2021-04-20reworked how we remove efimanager and add grubadvaithm
2021-04-20moved some stuffadvaithm
2021-04-20fixed some issues with adding packagesadvaithm
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-20repharsed some stuffadvaithm
2021-04-20reworked how we handle bootloaders a littleadvaithm
2021-04-20rebaseadvaithm
2021-04-20Merge branch 'torxed-v2.2.0' into torxed-v2.2.0Anton Hvornum
2021-04-17Replace input with generic_select where necessarySecondThundeR
Here are list of changes: > From now on, `generic_select` will be called "Select function", for clarity - Slightly updated select function - Removed options output for some functions, where it's better to do with select function - Added sorting for all lists passed to select function - Replaced `dict.values()` with `dict` as options parameter - Simplified input checking for all functions that use the select function - Added temporary *(for now)* workaround for passing `?` and `help` inputs - Merged fix for `partition.format()`
2021-04-17Merging in master to feature branch.Anton Hvornum
2021-04-17Whitespace needs to be tabs. Added test for UEFI, if not found add ↵Malccolm Haak
grub-install to pacstrap install
2021-04-17In 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-16removed new line when ask for kernelAggam Rahamim
2021-04-16fixing - letting user choose kernelAggam Rahamim
2021-04-16added option to choose kernelAggam Rahamim
2021-04-14Added a safety net to language selectionAnton Hvornum
2021-04-14Updated the loop logic for mirrorsAnton Hvornum
It wouldn't break out of the loop since the `valid_mirror` variable was never changed.
2021-04-14Updated the loop logic for packagesAnton Hvornum
It wouldn't loop over the question again, so correct for that.
2021-04-14Removed excessive importAnton Hvornum
The exceptions are already exposed in `archinstall.<exception>`. This might change in the future tho.
2021-04-14Merge branch 'master' of github.com:advaithm/archinstalladvaithm
2021-04-14reworked mirror selectionadvaithm
2021-04-14Removed a \tAnton Hvornum
2021-04-14another patch for line 249advaithm
2021-04-14fixed line 249advaithm
2021-04-14missed a mergeadvaithm
2021-04-14rebased to latest commitsadvaithm
2021-04-14fixed issues raised in a reviewadvaithm
2021-04-13Fix warning on BIOS/MBR systemsDylan M. Taylor
2021-04-13Merge PR #300 - Cloes #299Anton Hvornum
better logging for audio servers
2021-04-13set archinstall.arguments['audio']=Noneadvaithm
2021-04-13better prompts for audio serversadvaithm