archinstall/archinstall/lib/disk
Anton Hvornum 1fdb64858c
Wrong variable name in usage
2022-02-09 14:45:08 +01:00
..
__init__.py luks2().unlock() now returns a MapperDev(). MapperDev() now have a .format() function, which relies on Partition.format() but with a custom path for now. It's not ideal, as it's a bit slow to resolve the Partition() object, but it works. 2022-02-09 11:33:51 +01:00
blockdevice.py Change usage `lsblk` to `blkid` where possible. And general improvements to disk handling. (#949) 2022-02-08 23:21:20 +01:00
btrfs.py Added --crypt-x options as parameters, that passes in the values to the .encrypt() function to set iter-time, key-size and hash-type. 2022-02-09 14:39:10 +01:00
dmcryptdev.py Change usage `lsblk` to `blkid` where possible. And general improvements to disk handling. (#949) 2022-02-08 23:21:20 +01:00
filesystem.py Wrong variable name in usage 2022-02-09 14:45:08 +01:00
helpers.py Removed subvolume logic from MapperDev().mount() as a mapperdev isn't a BtrfsSubvolume(), instead we need to create a BtrfsSubvolume().mount() that handles this. 2022-02-09 12:54:34 +01:00
mapperdev.py Added --crypt-x options as parameters, that passes in the values to the .encrypt() function to set iter-time, key-size and hash-type. 2022-02-09 14:39:10 +01:00
partition.py Removed subvolume logic from MapperDev().mount() as a mapperdev isn't a BtrfsSubvolume(), instead we need to create a BtrfsSubvolume().mount() that handles this. 2022-02-09 12:54:34 +01:00
user_guides.py Update nationalization (#944) 2022-02-06 11:30:26 +01:00
validators.py Added type annotations to all functions (#845) 2022-01-06 22:01:15 +01:00