archinstall/archinstall/lib
Werner Llácer e3adab13e8
Issue923 (#927)
* Correct definition of btrfs standard layout

* Solving issue 923.
Standarize keyword "wipe" to signal the need of formatting a FS

* flake8 complains
2022-02-01 16:44:39 +01:00
..
disk Issue923 (#927) 2022-02-01 16:44:39 +01:00
menu get rid of an exit() (#899) 2022-01-24 12:36:23 +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
exceptions.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
general.py Fixed an issue where SysCommand() never utilized the SysCommandWorker() context, which means SysCommandWorker() never closed the pty, hogging all system handles for it. 2022-01-30 17:24:01 +01:00
hardware.py Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly how we called things in guided.py but also some SysCommand calls 2021-11-05 16:27:01 +01:00
installer.py Update installer.py (#1) (#793) 2022-01-26 09:38:01 +01:00
locale_helpers.py Global menu (#806) 2022-01-07 10:48:23 +00:00
luks.py Define an standard locale for all the commands executed (#827) 2022-01-06 23:26:49 +01:00
mirrors.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
networking.py Add --noconfirm flag to update_keyring() (#922) 2022-01-30 17:28:59 +01:00
output.py Fixing some mypy complaints (#780) 2021-12-02 21:20:31 +01:00
packages.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
plugins.py Fixed import error ModuleType (#848) 2022-01-07 10:54:29 +00:00
profiles.py Fixed import error ModuleType (#848) 2022-01-07 10:54:29 +00:00
services.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
storage.py Increased disk delays by 100% (for unsuccessful operations), successful should still be quick. (#730) 2021-11-18 13:07:28 +00:00
systemd.py Wrongly spelled import 2022-01-07 10:55:51 +00:00
user_interaction.py Issue923 (#927) 2022-02-01 16:44:39 +01:00