Removed debugging
This commit is contained in:
parent
13703fbb04
commit
6f41262229
|
|
@ -1017,7 +1017,6 @@ class Installer:
|
||||||
boot_partition = None
|
boot_partition = None
|
||||||
root_partition = None
|
root_partition = None
|
||||||
for partition in self.partitions:
|
for partition in self.partitions:
|
||||||
print(partition, [partition.mountpoint], [self.target])
|
|
||||||
if self.target / 'boot' in partition.mountpoints:
|
if self.target / 'boot' in partition.mountpoints:
|
||||||
boot_partition = partition
|
boot_partition = partition
|
||||||
elif self.target in partition.mountpoints:
|
elif self.target in partition.mountpoints:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue