Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/luks.py
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-11-20 06:56:12 -0500
committerGitHub <noreply@github.com>2023-11-20 12:56:12 +0100
commitf876ddc68eedb57f315b345aa45703b7acaabc98 (patch)
tree152b48b208566573379ad445450fb711e4cd3fd0 /archinstall/lib/luks.py
parent6ee6d1eda05d3f69f6aaabac55a741e693449994 (diff)
Remove superfluous use of `partprobe` (#2212)
Diffstat (limited to 'archinstall/lib/luks.py')
-rw-r--r--archinstall/lib/luks.py1
1 files changed, 0 insertions, 1 deletions
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)