archinstall/archinstall/lib
Daniel bbedc0bb19
Flexible order of menu options (#1078)
* Allow custom ordering of the menu entries

* Update

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-04-22 13:24:43 +02:00
..
disk Fix blockdevice key error (#1079) 2022-04-22 13:23:38 +02:00
menu Flexible order of menu options (#1078) 2022-04-22 13:24:43 +02:00
models Support for multiple network interfaces (#1052) 2022-04-22 13:24:12 +02:00
packages Fix #1018 (#1021) 2022-03-03 13:54:43 +01:00
user_interaction Support for multiple network interfaces (#1052) 2022-04-22 13:24:12 +02: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
configuration.py Menu option save config (#1009) 2022-02-28 17:03:37 +01:00
exceptions.py Added better error output (based on #963) 2022-02-11 20:26:33 +01:00
general.py Change usage `lsblk` to `blkid` where possible. And general improvements to disk handling. (#949) 2022-02-08 23:21:20 +01:00
hardware.py Torxed fix sys command calls (#932) 2022-02-02 08:18:12 +01:00
installer.py This should address and resolve #587 (#1070) 2022-04-11 22:46:06 +02:00
locale_helpers.py Command locales (second batch) (#886) 2022-02-03 00:02:30 +01:00
luks.py Calling Partition().partprobe() instead of general partprobe. This avoids read-only issues and lets Partition().partprobe() deal with the error checks. 2022-02-07 09:10:39 +01:00
mirrors.py Added error handling to fstab (#1045) 2022-03-28 14:43:33 +02:00
networking.py Check if pacman is available (#958) 2022-02-18 11:33:28 +01:00
output.py Improved color coding a bit. Added 5 more color options (not usable outside of 256-bit enabled terminals) 2022-03-16 21:21:26 +01:00
pacman.py Check if pacman is available (#958) 2022-02-18 11:33:28 +01:00
plugins.py Fixed import error ModuleType (#848) 2022-01-07 10:54:29 +00:00
profiles.py Fix (some) mypy things (#996) 2022-02-28 15:45:08 +01:00
services.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
storage.py Fix (some) mypy things (#996) 2022-02-28 15:45:08 +01:00
systemd.py Command locales (second batch) (#886) 2022-02-03 00:02:30 +01:00
translation.py Fix (some) mypy things (#996) 2022-02-28 15:45:08 +01:00