From b53692cfc2f23de47fa90ec8b7627de407c43c00 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 30 Sep 2008 21:32:18 +0000 Subject: [PATCH] Merged changes from trunk --- source/steps/InitializeBootManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0