check the sha1 checksum of the downloaded bootstrapfs tarball to protect ourselves...
[bootmanager.git] / source / steps / WriteNetworkConfig.py
index 6c3b2b8..a2d061f 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/python
+#
 # $Id$
+# $URL$
 #
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
@@ -132,7 +134,7 @@ def Run( vars, log ):
     except :
         log.write(" .. Failed.  Using old method. -- stack trace follows\n")
         traceback.print_exc(file=log.OutputFile)
-        bs= BootServerRequest.BootServerRequest()
+        bs= BootServerRequest.BootServerRequest(vars)
         if bs.BOOTSERVER_CERTS:
             print >> plc_config, "PLC_BOOT_HOST='%s'" % bs.BOOTSERVER_CERTS.keys()[0]
         print >> plc_config, "PLC_API_HOST='%s'" % host