archinstall/archinstall/lib
Anton Hvornum 3db8e3abbc
Error in copy paste of function name.
2021-01-26 00:22:10 +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 fixed tabs and spaces problem 2021-01-22 16:18:12 +05:30
exceptions.py Added an embryo for listing wireless networks. 2021-01-25 12:38:11 +01:00
general.py Fixing a strip glitch in `sys_command()` causing certain output to get truncated in unwanted places (like fstab) 2020-12-07 20:36:06 +01:00
hardware.py Added some basic/crude graphics checks in hardware.py 2021-01-25 10:42:02 +01:00
installer.py Error in copy paste of function name. 2021-01-26 00:22:10 +01:00
locale_helpers.py Spelling error in locale helpers. 2020-09-07 15:41:19 +02:00
luks.py Added multiple log features. 2020-11-04 22:41:50 +01:00
mirrors.py Change Arch Linux site URL's 2021-01-22 13:34:44 -03:00
networking.py Added an embryo for listing wireless networks. 2021-01-25 12:38:11 +01:00
output.py Issue in archinstall.output.log() when the log file output is omitted. Now properly checks if a logfile is given, otherwise it ignores it. 2020-11-29 21:30:44 +00: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 Removed /examples/ from list_profiles() by default 2020-12-06 16:30:29 +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