archinstall/archinstall/lib
advaithm 9daa3f4924 fixed some typos and changed up how we detect if we have to enable/install network manager 2021-04-04 09:26:28 +05:30
..
__init__.py Converted the lib to a pip supported structure to make packaging easier. Also tweaked some minor issues and added the AUR function 2020-07-06 18:44:42 +02:00
disk.py accidentlly called dict as function 2021-04-02 10:12:45 +05:30
exceptions.py Wrong variable name. 2021-03-14 12:17:30 +01:00
general.py Also setting cwd (bad choice of name) to the workdir if one was specified. Which makes the trace.log to end up in the workdir as well. 2021-03-23 14:22:38 +01:00
hardware.py add function to check cpu vendor to allow for cpu specific command line arguments 2021-03-12 11:57:02 +05:30
installer.py Revert "Revert "added hardwareincompatibilty erros and updated readme"" 2021-04-04 07:31:38 +05:30
locale_helpers.py Spelling error in locale helpers. 2020-09-07 15:41:19 +02:00
luks.py Added support for flushing a BlockDevice() cache after a partition has been formatted. This is to avoid internal confusion of which partitions are encrypted or not when going from Encrypted -> Un-encrypted setups. 2021-03-29 16:51:30 +02:00
mirrors.py Trying to centralize the configuration for logging. Phasing out some parameters which also affects the current ability to create multiple log files for multiple runs. This will be re-introduced when logging is made into a class object in a later version 2021-01-24 22:42:07 +01:00
networking.py Added an embryo for listing wireless networks. 2021-01-25 12:38:11 +01:00
output.py Corrected recursion loop in log() calling log() before setting the new path for the log file on errors. 2021-03-23 11:42:12 +01:00
packages.py Change Arch Linux site URL's 2021-01-22 13:34:44 -03:00
profiles.py Moved some info logs into debug instead to minimize user splash. 2021-03-21 16:58:27 +01:00
services.py Fix some PEP-8 errors. 2020-10-19 23:07:35 -04:00
storage.py Added the ability to check if a harddrive has any mountpoint related to a given parameter. 2021-02-07 13:36:30 +01:00
systemd.py Added a simple INI handler, and a helper function under Installer().configure_nic() to help with nic configuration. Supports a crude DHCP configuration and a minimal static IP handler. 2020-11-11 19:11:22 +00:00
tts.py Fix some PEP-8 errors. 2020-10-19 23:07:35 -04:00
user_interaction.py fixed some typos and changed up how we detect if we have to enable/install network manager 2021-04-04 09:26:28 +05:30