index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2023-11-20 06:56:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 12:56:12 +0100 |
commit | f876ddc68eedb57f315b345aa45703b7acaabc98 (patch) | |
tree | 152b48b208566573379ad445450fb711e4cd3fd0 /archinstall/lib/luks.py | |
parent | 6ee6d1eda05d3f69f6aaabac55a741e693449994 (diff) |
-rw-r--r-- | archinstall/lib/luks.py | 1 |
diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index 4b3b3bc7..c917420e 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -162,7 +162,6 @@ class Luks2: # Get crypt-information about the device by doing a reverse lookup starting with the partition path # For instance: /dev/sda - disk.device_handler.partprobe(self.luks_dev_path) lsblk_info = disk.get_lsblk_info(self.luks_dev_path) # For each child (sub-partition/sub-device) |