index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-07 | added isVM function | advaithm | |
2021-04-07 | added hasIntelCPU | advaithm | |
2021-04-07 | added return value for functions in hardware.py plus cpuVendor function | advaithm | |
2021-04-02 | Merging master into feature branch. | Anton Hvornum | |
2021-04-01 | Simplify boolean checks | Richard Neumann | |
2021-03-12 | add function to check cpu vendor to allow for cpu specific command line ↵ | advaithm | |
arguments | |||
2021-01-25 | Added some basic/crude graphics checks in hardware.py | Anton Hvornum | |
2021-01-25 | Created an embryo for hardware detection. Supports detecting WiFi and UEFI. ↵ | Anton Hvornum | |
This fixes #44 and is a start for #82. |