Removing one debug step to debug deeper.

This commit is contained in:
Anton Hvornum 2020-12-07 15:32:34 +01:00
parent 24dfe97386
commit a8bb3b4bb3
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class Filesystem():
paritioning = self.parted(f'{self.blockdevice.device} mkpart {type} {start} {end}') == 0
if paritioning:
print(b''.join(sys_command(f'/usr/bin/ {string}')))
# Verify that partitions exist before releasing the application onwards: print(b''.join(sys_command(f'/usr/bin/partprobe {string}')))
return True
def set_name(self, partition:int, name:str):