index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-15 | Add ignore rules for iso-build.yaml | Владислав | |
These rules ignore all unrelated files and folders that are not needed to build the ISO. | |||
2021-04-15 | Merge pull request #309 from SecondThundeR/readme-branch | Anton Hvornum | |
Fix README table of content | |||
2021-04-15 | Fix README table of content | SecondThundeR | |
Also commented out the code responsible for centering the logo for future decisions | |||
2021-04-15 | Spelling error | Anton Hvornum | |
2021-04-15 | Merge pull request #307 from dylanmtaylor/patch-5 | Anton Hvornum | |
Bump to 2.1.4 | |||
2021-04-15 | Bump to 2.1.4 | Dylan M. Taylor | |
2021-04-14 | Merge pull request #304 from advaithm/master | Anton Hvornum | |
Fixing kbd layout issues and non-logical crashes in guided.py questions | |||
2021-04-14 | Language issue | Anton Hvornum | |
2021-04-14 | Increased margin to facilitate error output | Anton Hvornum | |
2021-04-14 | Removed layout filtering | Anton 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-14 | Added a default keyboard layout | Anton 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-14 | Added a safety net to language selection | Anton Hvornum | |
2021-04-14 | Updated README's minimal example | Anton Hvornum | |
2021-04-14 | Updated the loop logic for mirrors | Anton Hvornum | |
It wouldn't break out of the loop since the `valid_mirror` variable was never changed. | |||
2021-04-14 | Updated the loop logic for packages | Anton Hvornum | |
It wouldn't loop over the question again, so correct for that. | |||
2021-04-14 | Modified return value back to {} | Anton Hvornum | |
2021-04-14 | Reverted back to raise | Anton Hvornum | |
2021-04-14 | Removed excessive import | Anton Hvornum | |
The exceptions are already exposed in `archinstall.<exception>`. This might change in the future tho. | |||
2021-04-14 | Merge branch 'master' of github.com:advaithm/archinstall | advaithm | |
2021-04-14 | reworked mirror selection | advaithm | |
2021-04-14 | Removed a \t | Anton Hvornum | |
2021-04-14 | Converted 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-14 | another patch for line 249 | advaithm | |
2021-04-14 | fixed line 249 | advaithm | |
2021-04-14 | typo | advaithm | |
2021-04-14 | missed a merge | advaithm | |
2021-04-14 | return {} not None | advaithm | |
2021-04-14 | git automerge removed some important stuff | advaithm | |
2021-04-14 | Merge pull request #302 from dylanmtaylor/patch-5 | Anton Hvornum | |
Fix some more awesome installation issues | |||
2021-04-14 | rebased to latest commits | advaithm | |
2021-04-14 | fixed issues raised in a review | advaithm | |
2021-04-14 | Merge pull request #301 from dylanmtaylor/patch-3 | Anton Hvornum | |
Fix warning on BIOS/MBR systems | |||
2021-04-13 | Fix some more awesome installation issues | Dylan M. Taylor | |
2021-04-13 | Fix warning on BIOS/MBR systems | Dylan M. Taylor | |
2021-04-13 | Merge PR #300 - Cloes #299 | Anton Hvornum | |
better logging for audio servers | |||
2021-04-13 | set archinstall.arguments['audio']=None | advaithm | |
2021-04-13 | better prompts for audio servers | advaithm | |
2021-04-13 | Moved the '.drop_to_shell()' into the with installation context so we don't ↵ | Anton Hvornum | |
loose 'installation'. | |||
2021-04-13 | Modifying 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-13 | Fixed a spelling error. | Anton Hvornum | |
2021-04-13 | Fixing reflector waiting state. It can be dead which means it's done, or ↵ | Anton Hvornum | |
failed it systemd failed to start/find it. | |||
2021-04-13 | Closing forked process PID in order to close any ramining open file handles. | Anton Hvornum | |
2021-04-13 | Added two comments. | Anton Hvornum | |
2021-04-13 | Added a Info level to the reflector wait in case it's slow. | Anton Hvornum | |
2021-04-13 | Fixing a logic issue with ask_to_configure_network(). It no longer returns ↵ | Anton Hvornum | |
None if skipped, it returns a dict so that we can do sub-level logic checks in guided. | |||
2021-04-13 | Added option to not touch mirror-list. Example if archlinux.org times out, ↵ | Anton Hvornum | |
use the existing mirror-list without trying to overwrite it. | |||
2021-04-13 | Merge pull request #295 from dylanmtaylor/patch-3 | Anton Hvornum | |
Default timezone to UTC (very useful for servers) | |||
2021-04-13 | Merge pull request #289 from dylanmtaylor/chroot-prompt | Anton Hvornum | |
Implement chroot prompt after successful installation | |||
2021-04-13 | Merge pull request #293 from JakobDev/osystemfix | Anton Hvornum | |
Replace os.system with subprocess.call | |||
2021-04-13 | Merge pull request #298 from dylanmtaylor/patch-5 | Anton Hvornum | |
Implement function to set the shell for a user (#291) |