The blkids must be walked prior to attempting to save the config partition (msdos only).

This commit is contained in:
Jeffrey Townsend
2018-01-20 19:20:23 +00:00
parent b97f1f743f
commit 033587441e

View File

@@ -1035,6 +1035,7 @@ class UbootInstaller(SubprocessMixin, Base):
self.log.info("found a disk with %d blocks",
self.partedDevice.getLength())
self.blkidParts = BlkidParser(log=self.log.getChild("blkid"))
code = self.findMsdos()
if code: return code