onlrfs: more granular configuration knob

NO_DPKG_CONFIGURE is used inside x.configure() to skip
dpkg configure -a specifically

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
Wataru Ishida
2018-07-27 02:21:53 -07:00
parent c8cebe81ad
commit b1fdd9d054

View File

@@ -741,7 +741,7 @@ if __name__ == '__main__':
if not ops.no_multistrap and not os.getenv('NO_MULTISTRAP'):
x.multistrap(ops.dir)
if not ops.no_configure and not os.getenv('NO_DPKG_CONFIGURE'):
if not ops.no_configure and not os.getenv('NO_CONFIGURE'):
x.configure(ops.dir)
if ops.update: