archinstall/archinstall/lib
Anton Hvornum 435d2f687e
Added some more fields to the configuration output, as well as added a better fail safe for the logging output. Any exception during the installation will be caught by __exit__ in Installer(), hopefully.
2021-01-25 00:09:34 +01:00
..
__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 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
exceptions.py Tweaked #58 slightly. Execution is done with an attempt to retain file line numbers when executing. It also consolidates behavior of files and remote documents in a 'similar' manner. 2020-11-08 22:57:53 +00:00
general.py Added some more fields to the configuration output, as well as added a better fail safe for the logging output. Any exception during the installation will be caught by __exit__ in Installer(), hopefully. 2021-01-25 00:09:34 +01:00
installer.py Added some more fields to the configuration output, as well as added a better fail safe for the logging output. Any exception during the installation will be caught by __exit__ in Installer(), hopefully. 2021-01-25 00:09:34 +01:00
locale_helpers.py Spelling error in locale helpers. 2020-09-07 15:41:19 +02:00
luks.py Added debug output as well as corrected output formatting in log(). 2021-01-24 23:41:45 +01: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 a lower() factor to mac addresses in get_interface_from_mac() to match list_interfaces(). 2020-11-29 21:51:39 +00:00
output.py Added debug output as well as corrected output formatting in log(). 2021-01-24 23:41:45 +01:00
packages.py Change Arch Linux site URL's 2021-01-22 13:34:44 -03:00
profiles.py Variable issue in Application() from the latest change. 2020-12-06 17:16:59 +01:00
services.py Fix some PEP-8 errors. 2020-10-19 23:07:35 -04:00
storage.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
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 generic_select() to accept (and break on) empty selects. 2020-11-11 20:20:46 +00:00