archinstall/archinstall/lib
Anton Hvornum 985ff449db
On certain hardware where virtual and physical harddrives share the same common name, a smart mapping is done and block devices will show up under /sys/class/block/ but not always under /dev/* and thus breaking the all_blockdevices() logic. This should fix that. (#1475)
2022-09-21 12:36:54 +02:00
..
disk On certain hardware where virtual and physical harddrives share the same common name, a smart mapping is done and block devices will show up under /sys/class/block/ but not always under /dev/* and thus breaking the all_blockdevices() logic. This should fix that. (#1475) 2022-09-21 12:36:54 +02:00
hsm Enhance view (#1210) 2022-05-18 13:59:49 +02:00
menu Update handling of unsupported translations (#1467) 2022-09-11 21:23:21 +02:00
models Fancy user interface (#1320) 2022-06-09 14:54:12 +02:00
packages Fix #1018 (#1021) 2022-03-03 13:54:43 +01:00
udev Added a HSM menu entry (#1196) 2022-05-18 11:28:59 +02:00
user_interaction Update handling of unsupported translations (#1467) 2022-09-11 21:23:21 +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 Fix permission flags on all the log files created (#1440) 2022-08-28 22:04:25 +02:00
exceptions.py Fixing issue where blkid causes SysCallException (#1445) 2022-08-30 22:59:23 +02:00
general.py Fixing issue where blkid causes SysCallException (#1445) 2022-08-30 22:59:23 +02:00
hardware.py Adds nvidia-open package as an option. (#1176) 2022-05-14 07:34:41 +02:00
installer.py Add compression to /etc/fstab for btrfs subvolumes (#1473) 2022-09-19 23:42:08 +02:00
locale_helpers.py Remove the hash/number sign at the line-start (#1345) 2022-08-01 09:42:58 +02:00
luks.py Cleanup partition (#1333) 2022-07-26 10:46:50 +02:00
mirrors.py Added more offline functionality, such as skipping package search (#1296) 2022-06-02 13:32:42 +02:00
networking.py Handle no internet connection gracefully (#1361) 2022-08-01 10:29:58 +02:00
output.py enhacements to FormattedOutput (#1376) 2022-08-01 10:41:44 +02:00
pacman.py Check if pacman is available (#958) 2022-02-18 11:33:28 +01:00
plugins.py Cleaned up argument loading slighly. (#1419) 2022-08-11 18:06:02 +02:00
profiles.py Add network-manager-applet to NetworkManager profile (#1120) 2022-05-16 10:23:15 +02:00
services.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00
storage.py Fix typos (#1265) 2022-05-29 09:31:18 +02:00
systemd.py Fix typos (#1265) 2022-05-29 09:31:18 +02:00
translationhandler.py Update handling of unsupported translations (#1467) 2022-09-11 21:23:21 +02:00