X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallBase.py;fp=source%2Fsteps%2FInstallBase.py;h=2be47d845a0dbb4879ac70d8b90ec5ff0cc9b2c9;hb=d1e0842ca7444cb39e3c94264ca6714eefd5c507;hp=e8e00577911181235c51e34c825d6bf4cf6cd65a;hpb=19337358503d546533071f19edd716a1654eebe7;p=bootmanager.git diff --git a/source/steps/InstallBase.py b/source/steps/InstallBase.py index e8e0057..2be47d8 100644 --- a/source/steps/InstallBase.py +++ b/source/steps/InstallBase.py @@ -82,6 +82,11 @@ def Run( vars, log ): if CACERT_PATH == "": raise ValueError, "CACERT_PATH" + SKIP_INSTALL_BASE= vars["SKIP_INSTALL_BASE"] + if SKIP_INSTALL_BASE: + log.write( "Skipping base group install\n" ) + return 1 + except KeyError, var: raise BootManagerException, "Missing variable in vars: %s\n" % var except ValueError, var: