Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
AgeCommit message (Collapse)Author
2024-05-09Fix 2479 - remove unnecessary partiton info field (#2485)Daniel Girtler
2024-05-09change default root partition size (#2415)Kevin FERRIER
2024-04-24Fix debug message for unknown device type (#2472)correctmost
2024-04-23Fix 2191 - Handle unknown device/partition type (#2470)Daniel Girtler
2024-04-19Rename "Kde" profile to the correct "KDE Plasma" / "Plasma" (#2421)Martin
* schema.json: Remove dead misspelled i3-gasp profile * schema.json: Rename KDE Plasma profile to the correct "Plasma" shorthand * Rename to KDE Plasma in user facing parts and keep the old "Kde" profile for now * Add back an accidental deleted character * Backwards compat v2
2024-04-16Fix master merge conflicts from LVM branch (#2463)Daniel Girtler
2024-04-16Fix 2445 - handle no free spaces and deleted parittions (#2448)Daniel Girtler
2024-04-16Fix null fs_type of partition (#2458) (#2459)Hao Xiang
2024-04-15LVM support (#2104)Daniel Girtler
* Submenu for disk configuration * Update * Add LVM manual config * PV selection * LVM volume menu * Update * Fix mypy * Update * Update * Update * Update * Update * Update * Update * Update * Update LVM * Update * Update * Btrfs support * Refactor * LVM on Luks * Luks on LVM * Update * LVM on Luks * Update * Update * mypy * Update * Fix bug with LuksOnLvm and Btrfs * Update * Update * Info -> Debug output
2024-03-12Add udev sync before lsblk that follows formatting (#2412)codefiles
2024-03-11Fix GRUB boot directory (#2408)codefiles
2024-03-11Fix Btrfs mount options (#2404)codefiles
2024-03-10Increase ESP size to 1 GiB (#2401)codefiles
2024-03-10Fix fstab line endings (#2400)codefiles
2024-03-10Set keyboard layout in minimal installation (#2399)codefiles
2024-03-08Fix home partition start and length (#2391)codefiles
2024-03-07Update microcode handling (#2384)fortifiedhill
As of mkinitcpio v38, microcode is handled by a hook and inserted into the initrd. Therefore, we don't have to add microcode entries to bootloaders anymore.
2024-03-07Fix 2215 | Display installed packages for all profile submenus (#2355)Daniel Girtler
* Display all packages to be installed * Display all packages to be installed
2024-03-07Fix 2307 - Custom mirrors (#2350)Daniel Girtler
* Fix 2307 - Custom mirrors * Update
2024-03-07Fix 2337 (and similar) - Ignore existing partitions (#2342)Daniel Girtler
* Fix 2337 * Update
2024-03-07Fix enabling of testing repositories (#2340)codefiles
2024-03-07Fix partition table commit (#2294)codefiles
2024-03-07Fix misspellings (#2306)Rafael Fontenelle
2023-12-01Restrict UKI to supported options (#2280)codefiles
2023-12-01Minor fixes for UKI (#2279)codefiles
2023-11-27Fixes #2262 and GFX rewrite (#2266)Daniel Girtler
* Rework GFX installation * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-11-24Fix 2253 (#2259)Daniel Girtler
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-11-22Added a --skip-ntp parameter to deal with #2144 (#2225)Anton Hvornum
* Added a --skip-ntp parameter to deal with #2144 * Made info/warn strings translateable * Corrected spelling mistake
2023-11-22Added nvidia-dkms when installing propri driver to (#2241)Anton Hvornum
* Added nvidia-dkms when installing propri driver to fix #2233, #2214 and #2002 * Forgot class-name infront of NvidiaDKMS
2023-11-21Fix Limine bootloader deployment (#2216)czapek
* Add `get_unique_path_for_device` to `DeviceHandler` * Fix Limine bootloader deployment * Fail if UKI is enabled with Limine * Support more configuration options with Limine * Fix linter errors * Fix boot partition fs_type check for Limine
2023-11-20Fix GPT end alignment (#2210)codefiles
2023-11-20Remove superfluous use of `partprobe` (#2212)codefiles
2023-11-20Remove `select_language()` duplicate of `select_kb_layout()` (#2151)codefiles
* Remove `select_language()` duplicate of `select_kb_layout()` * Added a deprecation warning on select_language() * Moved select_language() back into it's original location, just to keep the PR diff minimal * Removed import for now, to please flake8 --------- Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-11-20Fix parsing pre-mounted disk configuration from configuration file (#2221)codefiles
2023-11-09Fix logic error in `encrypt()` loop (#2207)codefiles
2023-10-31Fix logic error in `_fetch_lsblk_info()` loop (#2196)codefiles
2023-10-25Fix password preview (#2190)codefiles
2023-10-18Fixes for prev PR (#2175)Daniel Girtler
* Fixes for prev PR * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-10-18Fix EFISTUB `cmdline` (#2181)codefiles
2023-10-17Add support for unified kernel image (#1519)codefiles
2023-10-17Fix reset in locales menu (#2178)codefiles
2023-10-16Refactor `_add_systemd_bootloader()` newlines (#2173)codefiles
* Refactor `_add_systemd_bootloader()` newlines * Revert f-string change
2023-10-15Fix `MOUNT_POINT` for pre-mounted disk configuration (#2168)codefiles
2023-10-13Fix install text initialization (#2162)codefiles
2023-10-10Add handling of signal interrupt and EOF at input prompts (#2154)codefiles
2023-10-09Fix keyboard layout and timezone menus (#2153)codefiles
2023-10-03Extend the mypy checks (#2120)Daniel Girtler
* Extend the mypy checks * Update * Update * Update --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-10-02Simplify SysCommand decoding (#2121)Daniel Girtler
2023-10-02Fix missing info for pre-mounted disk configuration (#2143)codefiles
2023-09-29Add support for ESP partition flag (#2133)codefiles