From: Stephen Soltesz Date: Tue, 30 Sep 2008 21:32:18 +0000 (+0000) Subject: Merged changes from trunk X-Git-Tag: BootManager-3.2-14~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b53692cfc2f23de47fa90ec8b7627de407c43c00;p=bootmanager.git Merged changes from trunk --- diff --git a/source/steps/InitializeBootManager.py b/source/steps/InitializeBootManager.py index c916cfd..d482133 100644 --- a/source/steps/InitializeBootManager.py +++ b/source/steps/InitializeBootManager.py @@ -20,7 +20,7 @@ BOOT_VERSION_2X_FILE='/usr/bootme/ID' BOOT_VERSION_3X_FILE='/pl_version' # minimium version of the boot os we need to run, as a (major,minor) tuple -MINIMUM_BOOT_VERSION= (2,0) +MINIMUM_BOOT_VERSION= (3,0) # minimum version of python required to run the boot manager MINIMUM_PYTHON_VERSION= (2,2,0)