Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk
AgeCommit message (Expand)Author
2024-05-09Fix 2479 - remove unnecessary partiton info field (#2485)Daniel Girtler
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-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
2024-03-12Add udev sync before lsblk that follows formatting (#2412)codefiles
2024-03-11Fix Btrfs mount options (#2404)codefiles
2024-03-07Fix 2337 (and similar) - Ignore existing partitions (#2342)Daniel Girtler
2024-03-07Fix partition table commit (#2294)codefiles
2023-11-21Fix Limine bootloader deployment (#2216)czapek
2023-11-20Remove superfluous use of `partprobe` (#2212)codefiles
2023-11-20Fix parsing pre-mounted disk configuration from configuration file (#2221)codefiles
2023-10-31Fix logic error in `_fetch_lsblk_info()` loop (#2196)codefiles
2023-10-03Extend the mypy checks (#2120)Daniel Girtler
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
2023-09-28Fix mount command whitespace (#2126)codefiles
2023-09-27Fix mount debug message (#2116)codefiles
2023-09-26Fix 2103 (#2114)Daniel Girtler
2023-09-26Fix `mountpoint` for pre-mounted disk configuration (#2113)codefiles
2023-09-24Fix 1669 | Refactor display of sizes in tables (#2100)Daniel Girtler
2023-09-24Unify json functions (#2102)Daniel Girtler
2023-09-24Add support for loop devices (#2097)codefiles
2023-09-23Fix GRUB with non-/boot ESP (#2015)Thomas Aldrian
2023-09-21Fix `_add_efistub_bootloader()` partition number with partn (#2084)codefiles
2023-09-20Fix acquisition of UUID (#2077)codefiles
2023-09-19Allow assigning mountpoint on existing partitions (#2067)Daniel Girtler
2023-09-18Fix many typos (#1692)Alexander Seiler
2023-09-17fix: make nodatacow and compress mutually exclusive (#1998)Himadri Bhattacharjee
2023-09-14Fix 1971 - manual partitioning (#2031)Daniel Girtler
2023-09-14Fix Bootloader installation (#2032)Daniel Girtler
2023-09-14Default to unknown on partition types (#2037)Daniel Girtler
2023-07-30Muted partprobe (#1964)Anton Hvornum
2023-07-25Fix 1916 (#1920)Daniel Girtler
2023-07-25Fix boot partition regression (#1942)codefiles
2023-07-17Enable separate /boot and /boot/esp via XBOOTLDR in systemd-boot (#1859)Anton Hvornum
2023-06-29Skip rom devices (#1906)codefiles
2023-06-28Fix 1875 (#1880)Daniel Girtler
2023-06-23fix: define ret as Optional[str] before reassignment in get_fido2_devices (#1...Himadri Bhattacharjee
2023-06-22Fix crash when libfido2 is not installed (#1893)ArtikusHG
2023-06-21Rename encryption method (#1888)Daniel Girtler
2023-06-21Fix 1862 (#1884)Daniel Girtler
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-05-07Fix 1793 (#1794)Daniel Girtler
2023-05-05Fix `LsblkInfo` size field (#1787)Daemon Coder
2023-05-04Update `SysCommand()` calls in remaining files (#1707)Daemon Coder
2023-05-04Fix logic errors in `_fetch_lsblk_info()` (#1754)Daemon Coder