index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-29 | Cleaning up packages. (#374) | Anton Hvornum | |
* Cleaning up packages. installer now relies on __packages__ definition. Which will work with external libs to more easily gather packages used by installer and profiles. * Added back the logic for the log message, where we inform if we're adding the boot loader to root or boot. * Added __package__ definition to profiles and the installer. These packages can be used as an indication from outside libraries of what could *possibly* be installed. For instance an offline-tool could source these, it would source more than it needed to, but it would give a quick rundown of what might be needed. * Removed import of __base__packages__ as it's now just __packages__ after a lot of stream-lining. * Explosion misspelling. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> | |||
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. |