mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-09 00:31:47 +00:00
The blkids must be walked prior to attempting to save the config partition (msdos only).
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user