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-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
2022-05-27Version bump in prep for release + fixed a variable issueAnton Hvornum
2022-05-27Removed usage of deprecated functionAnton Hvornum
2022-05-27Fix mixup of mount options and fstype during mount (#1258)Anton Hvornum
2022-05-27Fix dual-booting (#1250)Anton Hvornum
2022-05-26Rework user management (#1220)Daniel Girtler
2022-05-26Forgot to check for HSM while mounting ordered layoutAnton Hvornum
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-05-21Don't check for exit code since SysCallError will be raised (#1228)Luna
2022-05-19Clarify info message about profile installation (#1219)Didr
2022-05-18Added a HSM menu entry (#1196)Anton Hvornum
2022-05-16Enabling retry for package downloads (#1188)Anton Hvornum
2022-05-06Change the logging text of CPU vendor check (#1094)Владислав
2022-04-29Fix #1096 (#1099)Daniel Girtler
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-11This should address and resolve #587 (#1070)Anton Hvornum
2022-03-28Added error handling to fstab (#1045)Anton Hvornum
2022-03-28Issues with Network Management and user management in menu (#1036)Werner Llácer
2022-03-07Adding sudoers.d file instead of appending to sudoers (#1025)Eugênio Pacceli Reis da Fonseca
2022-02-28Rework network config (#1001)Daniel
2022-02-28Fix (some) mypy things (#996)Daniel
2022-02-23Issue992 (#1004)Werner Llácer
2022-02-18Check if pacman is available (#958)Daniel
2022-02-13Add multilib flag and enable multilib-testing if testing flag is also passed ...Dylan M. Taylor