Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-17Merging in master to feature branch.Anton Hvornum
2021-04-16Merge pull request #311 from dylanmtaylor/patch-5Anton Hvornum
These could affect whether the code builds/runs correctly
2021-04-15.toml files could also possibly affect behavior.Dylan M. Taylor
2021-04-15These could affect whether the code builds/runs correctlyDylan M. Taylor
They should not be ignored.
2021-04-15Merge pull request #310 from SecondThundeR/workflow-featuresAnton Hvornum
Add ignore rules for iso-build.yaml
2021-04-15Revert `README` addition, it's catched by **.mdAnton Hvornum
2021-04-15Added README to ignoreAnton Hvornum
2021-04-15Add ignore rules for iso-build.yamlВладислав
These rules ignore all unrelated files and folders that are not needed to build the ISO.
2021-04-15Merge pull request #309 from SecondThundeR/readme-branchAnton Hvornum
Fix README table of content
2021-04-15Fix README table of contentSecondThundeR
Also commented out the code responsible for centering the logo for future decisions
2021-04-15Spelling errorAnton Hvornum
2021-04-15Merge pull request #308 from dylanmtaylor/patch-6Anton Hvornum
Change version to 2.2.0 in 2.2.0 branch
2021-04-15Change version to 2.2.0 in 2.2.0 branchDylan M. Taylor
2021-04-15Merge pull request #307 from dylanmtaylor/patch-5Anton Hvornum
Bump to 2.1.4
2021-04-15Bump to 2.1.4Dylan M. Taylor
2021-04-14Merge pull request #304 from advaithm/masterAnton Hvornum
Fixing kbd layout issues and non-logical crashes in guided.py questions
2021-04-14Language issueAnton Hvornum
2021-04-14Increased margin to facilitate error outputAnton Hvornum
2021-04-14Removed layout filteringAnton Hvornum
This caused languages such as `be-latin1` to be hidden both in Search and direct input. Because as an example that layout belongs to `azerty` and not `qwerty`.
2021-04-14Added a default keyboard layoutAnton Hvornum
This is just in case either the search step or the selector inputs nothing. Something has to be set, and the default is US.
2021-04-14Added a safety net to language selectionAnton Hvornum
2021-04-14Updated README's minimal exampleAnton 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-14Modified return value back to {}Anton Hvornum
2021-04-14Reverted back to raiseAnton Hvornum
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-14Converted back to a raise exception.Anton Hvornum
Since we simply forgot to actually call `raise` here (my bad) I think that will be better, and we handle it where we need to.
2021-04-14another patch for line 249advaithm
2021-04-14fixed line 249advaithm
2021-04-14typoadvaithm
2021-04-14missed a mergeadvaithm
2021-04-14return {} not Noneadvaithm
2021-04-14git automerge removed some important stuffadvaithm
2021-04-14Merge pull request #302 from dylanmtaylor/patch-5Anton Hvornum
Fix some more awesome installation issues
2021-04-14rebased to latest commitsadvaithm
2021-04-14fixed issues raised in a reviewadvaithm
2021-04-14Merge pull request #301 from dylanmtaylor/patch-3Anton Hvornum
Fix warning on BIOS/MBR systems
2021-04-13Fix some more awesome installation issuesDylan M. Taylor
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
2021-04-13Moved the '.drop_to_shell()' into the with installation context so we don't ↵Anton Hvornum
loose 'installation'.
2021-04-13Modifying to enable piping in custom environment variables. This is ↵Anton Hvornum
required to disable systemd coloring and paging when querying for service states. Otherwise it returns unreliable data that can cause hanging.
2021-04-13Fixed a spelling error.Anton Hvornum
2021-04-13Fixing reflector waiting state. It can be dead which means it's done, or ↵Anton Hvornum
failed it systemd failed to start/find it.