index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | Merge branch 'torxed-v2.2.0' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-17 | Removed merge artifact. | Anton Hvornum | |
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-17 | Package called grub not grub-install | Malccolm Haak | |
2021-04-17 | Whitespace needs to be tabs. Added test for UEFI, if not found add ↵ | Malccolm Haak | |
grub-install to pacstrap install | |||
2021-04-15 | Spelling error | 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 | Modified return value back to {} | Anton Hvornum | |
2021-04-14 | Reverted back to raise | 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 | typo | advaithm | |
2021-04-14 | return {} not None | advaithm | |
2021-04-14 | git automerge removed some important stuff | advaithm | |
2021-04-14 | rebased to latest commits | advaithm | |
2021-04-14 | fixed issues raised in a review | advaithm | |
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 | Closing forked process PID in order to close any ramining open file handles. | 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-12 | Implement function to set the shell for a user (#291) | Dylan M. Taylor | |
2021-04-12 | Default timezone to UTC (very useful for servers) | Dylan M. Taylor | |
Update user_interaction.py | |||
2021-04-12 | Move logic to guided | Dylan Taylor | |
2021-04-12 | Adding some error handling to list_mirrors() | Anton Hvornum | |
2021-04-12 | Implement chroot prompt after successful installation | Dylan Taylor | |
Try os.subprocess Revert to subprocess.check_call | |||
2021-04-12 | Replace os.system with subprocess.call | JakobDev | |
2021-04-11 | Use generic_select for GPU driver | Dylan Taylor | |
Make it so there isn't a space in the key Try to simplify things more | |||
2021-04-12 | Merge branch 'master' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-11 | Make it yellow | Dylan M. Taylor | |
2021-04-11 | If user does not change keyboard language, log it. | Dylan M. Taylor | |
2021-04-11 | Merge pull request #181 from zosman1/enhancement-systemd-service-wrapper | Anton Hvornum | |
Allow multiple services to be enabled at once | |||
2021-04-11 | Fixed PR #273. Moved the graphic drivers into hardware since they are ↵ | Anton Hvornum | |
hardware specific, in the long run maybe we move them into 'drivers' or something. And moved the user interaction from gfx_drivers into user_interactions. And removed the import from installer.py to __init__.py since we don't want to import 'global functions' in extension imports. | |||
2021-04-10 | Fix issue #263 | Dylan Taylor | |
2021-04-10 | Multiple restructuring changes | Dylan Taylor | |
2021-04-10 | Show size in partition string representation | Dylan Taylor | |
2021-04-10 | PR #271: (breaking changes) This fixes #124 and some more | Anton Hvornum | |
(breaking changes) This fixes #124 and some more | |||
2021-04-10 | Pulled in master to avoid merge conflicts. | Anton Hvornum | |
2021-04-10 | fix typo | NicoHood | |
2021-04-10 | Added a #TODO | Anton Hvornum | |
2021-04-10 | Modified encrypted partitions to use partuuid for now. | Anton Hvornum | |
2021-04-09 | Merge branch 'master' into enhancement-systemd-service-wrapper | Zach Osman | |
2021-04-10 | Fixing UUID on encrypted partitions. | Anton Hvornum | |
2021-04-09 | Removed some debugging. | Anton Hvornum | |
2021-04-09 | List function call error. | Anton Hvornum | |
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |
2021-04-09 | Attempting to correct some inconsitencies in disk-parent reporting. | Anton Hvornum | |