diff options
Diffstat (limited to 'scripts/lib/wic/imager/direct.py')
-rw-r--r-- | scripts/lib/wic/imager/direct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/imager/direct.py b/scripts/lib/wic/imager/direct.py index c1e5f09eee..0e687bd70e 100644 --- a/scripts/lib/wic/imager/direct.py +++ b/scripts/lib/wic/imager/direct.py | |||
@@ -241,7 +241,7 @@ class DirectImageCreator(BaseImageCreator): | |||
241 | """ | 241 | """ |
242 | parts = self._get_parts() | 242 | parts = self._get_parts() |
243 | 243 | ||
244 | self.__image = Image() | 244 | self.__image = Image(self.native_sysroot) |
245 | 245 | ||
246 | for p in parts: | 246 | for p in parts: |
247 | # as a convenience, set source to the boot partition source | 247 | # as a convenience, set source to the boot partition source |