at 18.09-beta 657 B view raw
1--- a/waagent 2016-03-12 09:58:15.728088851 +0200 2+++ a/waagent 2016-03-12 09:58:43.572680025 +0200 3@@ -6173,10 +6173,10 @@ 4 Log("MAC address: " + ":".join(["%02X" % Ord(a) for a in mac])) 5 6 # Consume Entropy in ACPI table provided by Hyper-V 7- try: 8- SetFileContents("/dev/random", GetFileContents("/sys/firmware/acpi/tables/OEM0")) 9- except: 10- pass 11+ #try: 12+ # SetFileContents("/dev/random", GetFileContents("/sys/firmware/acpi/tables/OEM0")) 13+ #except: 14+ # pass 15 16 Log("Probing for Azure environment.") 17 self.Endpoint = self.DoDhcpWork()