Merged changes from trunk
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 30 Sep 2008 21:32:18 +0000 (21:32 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 30 Sep 2008 21:32:18 +0000 (21:32 +0000)
source/steps/InitializeBootManager.py

index c916cfd..d482133 100644 (file)
@@ -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)