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
2024-03-10Fix fstab line endings (#2400)codefiles
2023-10-02Simplify SysCommand decoding (#2121)Daniel Girtler
2023-09-24Unify json functions (#2102)Daniel Girtler
2023-09-18Fix many typos (#1692)Alexander Seiler
2023-09-16Added a forced buffer flush on each worker stdin write (#2057)Anton Hvornum
2023-09-14fix custom-commands issue #2025 (#2026)Stephen Houser
2023-07-30Adding pack packages to profiles after they were removed (#1956)Anton Hvornum
2023-07-17removed str() around objects to be serialized. As None should stay intact rat...Anton Hvornum
2023-06-28Refactor installer and general design patterns (#1895)Himadri Bhattacharjee
2023-06-22Simplify object serialization before JSON encoding (#1871)Himadri Bhattacharjee
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-05-03Full mypy compliance and small fixes (#1777)Daniel Girtler
2023-04-19PyParted and a large rewrite of the underlying partitioning (#1604)Daniel Girtler
2023-03-26Improved handling of .json() helper handling. By dumping it with the JsonEnco...Anton Hvornum
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