Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-04 22:40:17 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-04 22:40:17 +0200
commitb46e391ebca3e6d4ebb1c19c099d6f05187ef120 (patch)
tree0534f0adf76487257120a1c22e3e913ca3d09aff /archinstall
parentfe686444284d37863e706d24302c288a0d8f5d19 (diff)
Fixes: AttributeError: 'BlockDevice' object has no attribute 'keep_partitions'
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/disk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py
index 0608b47b..dbb69662 100644
--- a/archinstall/lib/disk.py
+++ b/archinstall/lib/disk.py
@@ -24,6 +24,7 @@ class BlockDevice():
self.path = path
self.info = info
+ self.keep_partitions = True
self.part_cache = OrderedDict()
# TODO: Currently disk encryption is a BIT misleading.
# It's actually partition-encryption, but for future-proofing this