18 lines
		
	
	
		
			657 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			657 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/waagent	2016-03-12 09:58:15.728088851 +0200
 | 
						|
+++ a/waagent	2016-03-12 09:58:43.572680025 +0200
 | 
						|
@@ -6173,10 +6173,10 @@
 | 
						|
             Log("MAC  address: " + ":".join(["%02X" % Ord(a) for a in mac]))
 | 
						|
         
 | 
						|
         # Consume Entropy in ACPI table provided by Hyper-V
 | 
						|
-        try:
 | 
						|
-            SetFileContents("/dev/random", GetFileContents("/sys/firmware/acpi/tables/OEM0"))
 | 
						|
-        except:
 | 
						|
-            pass
 | 
						|
+        #try:
 | 
						|
+        #    SetFileContents("/dev/random", GetFileContents("/sys/firmware/acpi/tables/OEM0"))
 | 
						|
+        #except:
 | 
						|
+        #    pass
 | 
						|
 
 | 
						|
         Log("Probing for Azure environment.")
 | 
						|
         self.Endpoint = self.DoDhcpWork()
 |