Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/blockdevice.py
AgeCommit message (Expand)Author
2022-10-12Muted a log outputAnton Hvornum
2022-10-12Muted a log outputAnton Hvornum
2022-10-12Updating Partition() information after mount and unmount. (#1508)Anton Hvornum
2022-07-26Cleanup partition (#1333)Daniel Girtler
2022-06-07Update blockdevice (#1289)Daniel Girtler
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-18Enhance view (#1210)Daniel Girtler
2022-05-18Added a HSM menu entry (#1196)Anton Hvornum
2022-05-17Fix #1162 (#1204)Daniel Girtler
2022-05-16Adding safe methods for __repr__ to call so that it doesn't break (#1190)Anton Hvornum
2022-04-29unlocked luks2 partitions were missing a BlockDevice parameter. It's technica...Anton Hvornum
2022-04-22Fix blockdevice key error (#1079)Daniel
2022-02-08Change usage `lsblk` to `blkid` where possible. And general improvements to d...Anton Hvornum
2022-02-02Torxed fix sys command calls (#932)Anton Hvornum
2022-01-25Fixing the 'device_instance' being None in some partition places (#902)Anton Hvornum
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2021-12-16Changed lsblk to blkid where possible (#802)Anton Hvornum
2021-11-24Support encrypting multiple partitions (#759)Anton Hvornum
2021-11-23Add accessibility packages to installed system if using the on the live ISO (...Dylan M. Taylor
2021-11-23Adding a warning when /boot is reasonably too small (#738)Anton Hvornum
2021-11-22Fix #746 - Can't create a filesystem on a new partition during the manual par...Anton Hvornum
2021-11-11Converted partprobe call into a function.Anton Hvornum
2021-11-11Tweaked partitions usage in blockdeviceAnton Hvornum
2021-11-11Tweaked partitions usage in blockdeviceAnton Hvornum
2021-11-11Added more debugging (some duplicate, but that's fine)Anton Hvornum
2021-11-10Fixed linting issueAnton Hvornum
2021-11-10Solves issue #689. Attribute Error.'None type' has no attribute 'format' ...Werner Llácer
2021-11-09Linting fixAnton Hvornum
2021-11-08Followup to the previous one. Output of size function is rounded to the first...Werner Llácer
2021-11-08Solves issue #674Werner Llácer
2021-11-05Fixed a broken importAnton Hvornum
2021-11-05Fixed some import errors that snuk in masterAnton Hvornum
2021-11-05Merged PR #650 - flake8 fixes and tighteningAnton Hvornum
2021-11-05Ignoring flake8 on blockdevice.py.Anton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum
2021-11-01Add import for all_disksDidr
2021-10-30Merging in parts of Master related to disk.pyAnton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...Anton Hvornum
2021-10-22Forgot some imports that didn't show up on a static run without going through...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