Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
AgeCommit message (Expand)Author
2023-07-19Uncomment `/etc/locale.gen` entry and use first column for `LANG` variable (#...codefiles
2023-07-17Fix network settings loading from config file (#1921)Daniel Girtler
2023-07-17Refactor `_add_systemd_bootloader()` loader configuration (#1911)codefiles
2023-07-17Enable separate /boot and /boot/esp via XBOOTLDR in systemd-boot (#1859)Anton Hvornum
2023-06-30Refactor `_add_systemd_bootloader()` entries options (#1909)codefiles
2023-06-30Refactor `_add_systemd_bootloader()` entries creation (#1907)codefiles
2023-06-30installer: add Limine bootloader (#1815)Anhad Singh
2023-06-28Refactor installer and general design patterns (#1895)Himadri Bhattacharjee
2023-06-28Fix 1875 (#1880)Daniel Girtler
2023-06-12Use pathlib in `_add_systemd_bootloader()` (#1866)codefiles
2023-06-12Update bootctl --path option to --esp-path (#1854)codefiles
2023-06-12Added a service-started wait timer for keyring.timer (#1858)Anton Hvornum
2023-06-05Move locales and cleanup menu (#1814)Daniel Girtler
2023-05-15Add custom mirror support (#1816)Daniel Girtler
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-05-04Remove obsolete enabling of NTP in ISO (#1729)Daemon Coder
2023-05-04Fix 1780 (#1782)Daniel Girtler
2023-05-03Fixing starting of service via str argument (#1779)Anton Hvornum
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-04-19Remove superfluous time sync steps (#1752)codefiles
2023-04-04Fix sd-boot code duplication (#1721)codefiles
2023-03-30Update `SysCommand()` calls in `installer.py` (#1703)codefiles
2023-03-29Use `pacstrap -K` (#1693)codefiles
2023-03-29Save encryption configuration (#1672)Daniel Girtler
2023-03-14Fixed flake8 warnings (#1676)Yunus Emre Aydın
2023-03-10Initial swapfile prototype (#1558)chestwood96
2023-03-10Generate -fallback variant of boot entries for systemd-boot (#1583)Escape0707
2023-02-27Rename "peak_output" to "peek_output" (#1648)jaybent
2023-02-27Patch for 1557 (#1645)Anton Hvornum
2022-11-11New encryption menu (#1520)Daniel Girtler
2022-11-11Remove intel_pstate kernel parameter (#1541)Gianmatteo Palmieri
2022-10-03Add hostname and locales as parameters to `minimal_installation()` (#1458)codefiles
2022-09-19Add compression to /etc/fstab for btrfs subvolumes (#1473)Anton Hvornum
2022-08-28Removed debuggingAnton Hvornum
2022-08-28Fix permission flags on all the log files created (#1440)Anton Hvornum
2022-08-14Fix boot entry containing subvolume definition when no subvolumes were select...Anton Hvornum
2022-08-12Fixing double insertion of encoding in locale.gen/locale.conf (#1421)Anton Hvornum
2022-08-12Spelling error on .replace()Anton Hvornum
2022-08-12Fix flake8 issue that slinked in.Anton Hvornum
2022-08-12Fixed small issues with how Installation.chown() was called.Anton Hvornum
2022-08-11Fix check for additional repositories (#1391)codefiles
2022-08-10Fixing a list access issue (#1416)Anton Hvornum
2022-08-09Converted paths to pathlib.Path and mount points to detect properly (#1412)Anton Hvornum
2022-08-01Change regex expression only to match #[multilib] string (#1364)0xShree
2022-08-01- Fix KeyError exceptions (#1354)virtual-meme-machine
2022-06-06Update the subvolume menu - fix for #1278 (#1297)Daniel Girtler
2022-05-29Made sure generate-encryption-key-file is set for supplementary partitions to...Anton Hvornum
2022-05-29Moved genfstab() to guided.py instead of __exit__ of Installer(). This is a b...Anton Hvornum
2022-05-29Fix typos (#1265)Kian-Meng Ang