Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Expand)Author
2022-05-16Adding safe methods for __repr__ to call so that it doesn't break (#1190)Anton Hvornum
2022-05-14Adds nvidia-open package as an option. (#1176)Dylan M. Taylor
2022-05-12Fix menu selection (#1173)Daniel Girtler
2022-05-12Made sure remote sourcing works for --creds, --config and --disk-layout. (#1170)Anton Hvornum
2022-05-10Updated ru locale and minor fixes (#1157)Alexmelman88
2022-05-10Fixes #1048 and translation updates (#1156)Daniel Girtler
2022-05-09Introduce ctrl+c and other bug fixes (#1152)Daniel Girtler
2022-05-08SysCommand now sets working_directory on SysCommandWorker. Also made it so th...Anton Hvornum
2022-05-08Fix alignment (#1139)Daniel Girtler
2022-05-06Change the logging text of CPU vendor check (#1094)Владислав
2022-05-06Fix minor issues (#1132)Daniel Girtler
2022-05-06Fix menu alignment (#1102)Daniel Girtler
2022-05-05Fix 1117 (#1126)Daniel Girtler
2022-05-02Fix 1091 and other minor fixes (#1103)Daniel Girtler
2022-05-02Fix #1106 (#1119)Daniel Girtler
2022-05-01Hotfix for plugins, forgot group=Anton Hvornum
2022-05-01The dict object is deprectrecated, instead .select() is suggested. (#1107)Anton Hvornum
2022-04-29unlocked luks2 partitions were missing a BlockDevice parameter. It's technica...Anton Hvornum
2022-04-29Fix #1096 (#1099)Daniel Girtler
2022-04-26Torxed issue 1083 (#1090)Anton Hvornum
2022-04-26Optimized a bunch of partprobe calls. (#1088)Anton Hvornum
2022-04-26Added a try-rerun-except block to grub-install (#1085)Anton Hvornum
2022-04-26Adding compression as an option (#1084)Anton Hvornum
2022-04-25Bumped up default timout, as 5 seconds is not enough for some platforms.Anton Hvornum
2022-04-25Require superuser or root password fixed. (#1082)Anton Hvornum
2022-04-25Set a 'default' argument for audio and removed it as a requirement to continu...Anton Hvornum
2022-04-25Created a routine to check if a partition includes a certain mountpoint (#1069)Werner Llácer
2022-04-25We make the last action available beyond the run loop, so we can check why ru...Werner Llácer
2022-04-22Flexible order of menu options (#1078)Daniel
2022-04-22Support for multiple network interfaces (#1052)Daniel
2022-04-22Fix blockdevice key error (#1079)Daniel
2022-04-14fix incorrect use of an (#1071)godalming123
2022-04-12Downstream new simple menu feature (#1055)Daniel
2022-04-11This should address and resolve #587 (#1070)Anton Hvornum
2022-04-03Partition.boot works now for GPT and MBR disks (issue #1061) (#1063)Werner Llácer
2022-03-29Fixed flake8Anton Hvornum
2022-03-29Correct exit when no disk is selected and we don't wish to continue (#1049)Werner Llácer
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Removed GlobalMenu from selection_menu.py as it's moved to it's own file.Anton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28moved GlobalMenu into lib/menu/global_menu.py insteadAnton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Fixed an import of not yet loaded moduleAnton Hvornum
2022-03-28Added missing imports (#1046)Anton Hvornum
2022-03-28Added error handling to fstab (#1045)Anton Hvornum
2022-03-28Fix some mypy things (#1023)Daniel
2022-03-28Clarify prompt text when providing superusers. (#1044)Patrick Schneeweis