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
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
2021-10-30Adding support for passing arguments to .format()Anton Hvornum
2021-10-30Added creating and mounting of subvolume structure for BTRFS.Anton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-10-22Restructured disk.py into lib/disk/<splits>.py instead. Shouldn't be any brok...Anton Hvornum