index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-17 | Fix selecting language layout by name | Владислав | |
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-15 | Spelling error | Anton Hvornum | |
2021-04-14 | Increased margin to facilitate error output | Anton Hvornum | |
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 | fixed issues raised in a review | advaithm | |
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-12 | Default timezone to UTC (very useful for servers) | Dylan M. Taylor | |
Update user_interaction.py | |||
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 | 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 | Pulled in master to avoid merge conflicts. | Anton Hvornum | |
2021-04-09 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-09 | moved around the if block | advaithm | |
2021-04-09 | fixed typo | advaithm | |
2021-04-09 | networkmanager support | advaithm | |
2021-04-09 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-09 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-09 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-09 | Moved the 'use /mnt' logic to during disk selection. | Anton Hvornum | |
2021-04-09 | Added a 'use /mnt' option to the formatted #124. This has not yet been ↵ | Anton Hvornum | |
tested, but the logic should work according to the new API layout for Installation(). | |||
2021-04-09 | Merge pull request #250 from insanemal/insanemal-patch-2 | Anton Hvornum | |
OOB in generic_selection | |||
2021-04-09 | Off by one in generic_selection out of bounds check | Insanemal | |
Out of bounds check in generic_selection is using >= on list. Lists are zero based. If you put in a value that equals the number of items in the list you get an out of bounds error. Removed the equals part of the test as last item in list/dictionary items is len(list)-1 not len(list) | |||
2021-04-08 | I simplified the countdown, by moving it into it's own function instead of ↵ | Anton Hvornum | |
wrapped inside guided.. This can now be used by others for a simple countdown. I also re-worked the minimal.py example to work with the new internal partitioning logic API as well as support some flags from archinstall.arguments to minimize user input requirements to just one single question. This one question will most likely go away too, but stays for simplicity right now. | |||
2021-04-07 | Assume yes is the user's intention if empty response for pipewire prompt | Dylan Taylor | |
2021-04-07 | Merge PR #208: Temporary incorp of audio selection | Anton Hvornum | |
Implement PipeWire sound server as an option, merging so we can work on this more. No this will not make it into the release as-is, it's just a working branch and this will change :) | |||
2021-04-07 | Merging changes from master into feature branch to avoid future conflics. | Anton Hvornum | |
2021-04-07 | Change phrasing to indicate pulseaudio as default | Anton Hvornum | |
2021-04-06 | Move choice into guided installation instead of DEs | Dylan M. Taylor | |
Arch wiki says packages should enable the user services automatically | |||
2021-04-06 | Merge pull request #188 from SecondThundeR/master | Anton Hvornum | |
Fix incorrect behavior for empty sudo username | |||
2021-04-05 | Fix incorrect behavior for empty sudo username | SecondThundeR | |
2021-04-05 | Merge pull request #170 from SecondThundeR/master | Anton Hvornum | |
Add validation check for username | |||
2021-04-05 | Update regex rule and move check to a function | SecondThundeR | |
2021-04-05 | Replace lowercase conversion with correct checking | SecondThundeR | |
2021-04-04 | Removing background color definitions for all log functions | Zach Osman | |
2021-04-04 | Add lowercase conversion for usernames | SecondThundeR | |
2021-04-04 | Fix misspellings | Rafael Fontenelle | |
2021-04-04 | Merge pull request #158 from advaithm/master | Anton Hvornum | |
Network manager support | |||
2021-04-04 | fixed some typos and changed up how we detect if we have to enable/install ↵ | advaithm | |
network manager | |||
2021-04-04 | moved around the if block | advaithm | |
2021-04-04 | fixed typo | advaithm | |
2021-04-04 | networkmanager support | advaithm | |
2021-04-03 | Fixes #149 as well as --help. This will be added in the next patch release. | Anton Hvornum | |