X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInitializeBootManager.py;h=cab0d971b13163833f745229ccb6d05c6b2f72d8;hb=329c270b11986471af41490abfb471618cd6a97a;hp=b419a905bb1b2a3f7db60099f8f15990f9f96664;hpb=c104e28ef76af8984380e3a3d71dced9a1a63386;p=bootmanager.git diff --git a/source/steps/InitializeBootManager.py b/source/steps/InitializeBootManager.py index b419a90..cab0d97 100644 --- a/source/steps/InitializeBootManager.py +++ b/source/steps/InitializeBootManager.py @@ -41,6 +41,10 @@ def Run( vars, log ): log.write( "\n\nStep: Initializing the BootManager.\n" ) + # Default model option. Required in case we go into debug mode + # before we successfully called GetAndUpdateNodeDetails(). + vars["NODE_MODEL_OPTIONS"] = vars.get("NODE_MODEL_OPTIONS",0) + # define the basic partition paths PARTITIONS= {} PARTITIONS["root"]= "/dev/planetlab/root"