From 033587441edde22cce04e9227d6bcb0750c3cfef Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Sat, 20 Jan 2018 19:20:23 +0000 Subject: [PATCH] The blkids must be walked prior to attempting to save the config partition (msdos only). --- .../all/vendor-config-onl/src/python/onl/install/BaseInstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py b/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py index 2ca43c17..10878bce 100755 --- a/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/install/BaseInstall.py @@ -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