Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
AgeCommit message (Expand)Author
2023-03-14Fix `exit_code` (#1679)codefiles
2023-03-10Error handling cmd history (#1560)mrvantage
2023-02-27Rename "peak_output" to "peek_output" (#1648)jaybent
2022-10-12Updating Partition() information after mount and unmount. (#1508)Anton Hvornum
2022-08-30Fixing issue where blkid causes SysCallException (#1445)Anton Hvornum
2022-08-28Fix permission flags on all the log files created (#1440)Anton Hvornum
2022-08-12Fixing double insertion of encoding in locale.gen/locale.conf (#1421)Anton Hvornum
2022-08-10Adding better error output for when loading remote configurations goes wrong....Anton Hvornum
2022-08-01Solves issue 1343. Could not locate partition after creation (#1355)Werner Llácer
2022-05-29Fix typos (#1265)Kian-Meng Ang
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-05-18Added a HSM menu entry (#1196)Anton Hvornum
2022-05-12Made sure remote sourcing works for --creds, --config and --disk-layout. (#1170)Anton Hvornum
2022-05-08SysCommand now sets working_directory on SysCommandWorker. Also made it so th...Anton Hvornum
2022-02-08Change usage `lsblk` to `blkid` where possible. And general improvements to d...Anton Hvornum
2022-02-06Flexible menu 2 (#916)Werner Llácer
2022-02-03Command locales (second batch) (#886)Werner Llácer
2022-02-02SysCommand() to remove ANSII VT100 Esc codes & archlinux-keyring fix (#933)Anton Hvornum
2022-01-30Fixed an issue where SysCommand() never utilized the SysCommandWorker() conte...Anton Hvornum
2022-01-07Btrfs II (#838)Werner Llácer
2022-01-06Define an standard locale for all the commands executed (#827)Werner Llácer
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2022-01-02Improved command line argument parsing (#725)Werner Llácer
2021-12-31Bringing in changes from v2.3.1-dev branch. This fixes a selection of things ...Anton Hvornum
2021-12-02Fixing some mypy complaints (#780)Anton Hvornum
2021-11-24Support encrypting multiple partitions (#759)Anton Hvornum
2021-11-19source code improvementSteven Lee
2021-11-18Adding a cmd_history.txt log under /var/log/archinstall/ (#737)Anton Hvornum
2021-11-17Fixing broken encryption support in GRUB (#724)Anton Hvornum
2021-11-09Forgot to change the cls=JSON inside the recursive call of UNSAFE_JSONAnton Hvornum
2021-11-09Adding in storage of user supplied credentials. This separates credentials fr...Anton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum
2021-11-01Fixed general.py flake8 issues.Anton Hvornum
2021-09-06Merged in master.Anton Hvornum
2021-07-16Replace for loops with comprehensionsmonosans
2021-06-10Added wipe support to layout definitions. Also changed default start position...Anton Hvornum
2021-06-10Merging in latest changes from master.Anton Hvornum
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
2021-06-10Merge pull request #538 from archlinux/torxed-fix-536Anton Hvornum
2021-06-06Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for t...Anton Hvornum
2021-06-02Wrong variable nameAnton Hvornum
2021-06-02Adding more granular debuggingAnton Hvornum
2021-06-02Attempt to fix issue regarding broken outputAnton Hvornum
2021-06-01Windows fix + Sorting based on listAnton Hvornum
2021-05-22Since SysCommand() wraps SysCommandWorker(), but SysCommand() doesn't use con...Anton Hvornum
2021-05-20Use {installation.target} in custom commands handlerDylan Taylor
2021-05-20Extract custom-commands function into general.pyDylan Taylor
2021-05-19very minor whitespace fixesDylan Taylor
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
2021-05-19Reworking SysCommand & Moving to localectl for locale related activitiesAnton Hvornum