| .. |
|
__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 support for getting configuration from a config file (#364)
|
2021-05-19 21:31:58 +02:00 |
|
exceptions.py
|
Remove PermissionError since it shadows the built-in of the same name
|
2021-05-18 08:27:59 -04:00 |
|
general.py
|
Use {installation.target} in custom commands handler
|
2021-05-20 17:55:40 -04:00 |
|
hardware.py
|
Compliment to #461 and #459: is_vm() also outputted 'kvm'. This should fix that.
|
2021-05-18 00:28:59 +02:00 |
|
installer.py
|
fixed bootloader flag not being set
|
2021-05-22 18:18:05 +05:30 |
|
locale_helpers.py
|
Reworking SysCommand & Moving to localectl for locale related activities
|
2021-05-19 16:45:13 +02:00 |
|
luks.py
|
Incorrect variable names being used from copy paste.
|
2021-05-18 09:21:18 +02:00 |
|
mirrors.py
|
Add ArchInstall user-agent to mirror requests
|
2021-05-20 18:00:44 -04:00 |
|
networking.py
|
very minor whitespace fixes
|
2021-05-19 17:20:46 -04:00 |
|
output.py
|
Reworking SysCommand & Moving to localectl for locale related activities
|
2021-05-19 16:45:13 +02:00 |
|
packages.py
|
Add missing urllib.error import
|
2021-05-17 21:55:48 -04:00 |
|
profiles.py
|
Add missing urllib.error import
|
2021-05-17 21:55:48 -04:00 |
|
services.py
|
Perform refactoring to PEP 8 naming conventions
|
2021-05-15 17:50:28 -04:00 |
|
storage.py
|
look for default profiles in correct location
|
2021-05-20 03:00:57 +02:00 |
|
systemd.py
|
Added support for getting configuration from a config file (#364)
|
2021-05-19 21:31:58 +02:00 |
|
user_interaction.py
|
Reworking SysCommand & Moving to localectl for locale related activities
|
2021-05-19 16:45:13 +02:00 |