archinstall/archinstall/lib
Anton Hvornum 7ac68b2436
Removed redundant error handling as well as added some more debug logs.
2021-03-14 13:54:01 +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 Added alias umount() to unmount(). 2021-03-14 12:25:06 +01:00
exceptions.py Wrong variable name. 2021-03-14 12:17:30 +01:00
general.py Tweaked SysCallError() exception to include the exit code in a machine readable manner. Since it's useful as an indicator where calls might go wrong and for what reason. 2021-03-14 12:16:46 +01:00
hardware.py Added some basic/crude graphics checks in hardware.py 2021-01-25 10:42:02 +01:00
installer.py Removing hardcoded boot-loader config name. #51. 2021-03-14 11:53:59 +01:00
locale_helpers.py Spelling error in locale helpers. 2020-09-07 15:41:19 +02:00
luks.py Removed redundant error handling as well as added some more debug logs. 2021-03-14 13:54:01 +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 an embryo for listing wireless networks. 2021-01-25 12:38:11 +01:00
output.py Tweaked logging slightly. 2021-03-08 15:54:23 +01:00
packages.py Change Arch Linux site URL's 2021-01-22 13:34:44 -03:00
profiles.py Variable mistake 2021-02-17 14:22:53 +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 Reworked the guided partitioning logic to better match new expectations of flexability. Still some work to be done and features to be implemented, but the structure is taking place 2021-03-08 16:52:06 +01:00