Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/filesystem.py
AgeCommit message (Expand)Author
2024-04-15LVM support (#2104)Daniel Girtler
2024-03-07Fix 2337 (and similar) - Ignore existing partitions (#2342)Daniel Girtler
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-04-19PyParted and a large rewrite of the underlying partitioning (#1604)Daniel Girtler
2023-03-29Save encryption configuration (#1672)Daniel Girtler
2023-02-27Patch for 1557 (#1645)Anton Hvornum
2022-11-11New encryption menu (#1520)Daniel Girtler
2022-10-12Removed debug outputAnton Hvornum
2022-10-12Updating Partition() information after mount and unmount. (#1508)Anton Hvornum
2022-08-30Fixing issue where blkid causes SysCallException (#1445)Anton Hvornum
2022-07-26Cleanup partition (#1333)Daniel Girtler
2022-06-07Update blockdevice (#1289)Daniel Girtler
2022-05-29Fix typos (#1265)Kian-Meng Ang
2022-05-27Fix mixup of mount options and fstype during mount (#1258)Anton Hvornum
2022-05-27Removed debug informationAnton Hvornum
2022-05-27Creates partition label on drives with zero partitions before adding partitio...Anton Hvornum
2022-05-27Fix dual-booting (#1250)Anton Hvornum
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-05-18Added a HSM menu entry (#1196)Anton Hvornum
2022-05-16Don't assume children exists (#1193)Anton Hvornum
2022-04-26Optimized a bunch of partprobe calls. (#1088)Anton Hvornum
2022-02-28Fix (some) mypy things (#996)Daniel
2022-02-06Update nationalization (#944)Daniel
2022-02-04disk layout: allow to omit partition "start" option to start from previous pa...Victor Gavro
2022-02-01Issue923 (#927)Werner Llácer
2022-01-25Fixing the 'device_instance' being None in some partition places (#902)Anton Hvornum
2022-01-25Make text for getting filesystems more grammatically correct (#903)Dylan M. Taylor
2022-01-25FIX: disk layout: partprobe should be called and checked only for target devi...Victor Gavro
2022-01-25Removed last lsblk to grab PARTUUID (#901)Anton Hvornum
2022-01-07Btrfs II (#838)Werner Llácer
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2021-12-31Btrfs2 (#787)Werner Llácer
2021-12-16Changed lsblk to blkid where possible (#802)Anton Hvornum
2021-12-12Fixing possible race condition with partprobe (#796)Wilhelm Åkermark
2021-11-24Support encrypting multiple partitions (#759)Anton Hvornum
2021-11-22Update filesystem.pyFirminator
2021-11-18Increased disk delays by 100% (for unsuccessful operations), successful shoul...Anton Hvornum
2021-11-17Fixing broken encryption support in GRUB (#724)Anton Hvornum
2021-11-12Removed the GPT vs MBR lookup on __enter__ as it's no longer necessary to val...Anton Hvornum
2021-11-11Added more debugging (some duplicate, but that's fine)Anton Hvornum
2021-11-11Adding in debuggingAnton Hvornum
2021-11-11elif -> ifAnton Hvornum
2021-11-11Removed legacy code related to disk wiping. Also added in partprobe in strate...Anton Hvornum
2021-11-11Merged PR #707 - Fixes password leakage to terminalAnton Hvornum
2021-11-10Solves issue #689. Attribute Error.'None type' has no attribute 'format' ...Werner Llácer
2021-11-09Changed partition password to !passwordAnton Hvornum
2021-11-09Adding a exception to filesystem.parted() if it fails. We can't let these go ...Anton Hvornum
2021-11-08Fix user_interaction import as well - this is also in the parent directory.Dylan M. Taylor
2021-11-05Fixed some import errors that snuk in masterAnton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum