Mark Goddard aa6c1d01a9 Decode string to bytes in dracut-regenerate
In python3, the standard out data returned by
subprocess.Popen.communicate() will in most cases be bytes rather than a
string and must therefore be decoded.

Without this fix we hit the following error:

TypeError: a bytes-like object is required, not 'str'

Change-Id: I6d75f867ebfdb925970c3397175214b9050d7632
Closes-Bug: #1694463
2017-05-30 16:15:06 +01:00
..
2017-02-02 11:20:00 +11:00
2017-04-05 13:11:22 +10:00
2017-02-03 11:49:45 +11:00
2017-02-02 11:20:00 +11:00
2017-02-03 11:49:45 +11:00
2017-04-05 13:11:22 +10:00
2017-02-02 11:20:00 +11:00
2017-01-31 14:14:19 +11:00
2017-02-02 11:20:00 +11:00
2017-04-20 17:01:00 -04:00
2017-04-05 13:11:22 +10:00
2017-02-03 11:49:45 +11:00
2017-05-29 23:46:42 -05:00
2017-02-03 11:49:45 +11:00
2017-02-02 20:36:23 +11:00
2017-02-02 11:20:00 +11:00
2017-04-07 13:48:53 +10:00
2017-02-03 11:49:45 +11:00
2017-02-03 11:49:45 +11:00
2017-02-02 11:20:00 +11:00
2017-04-05 13:11:22 +10:00
2017-04-05 13:11:22 +10:00
2017-02-02 20:36:23 +11:00
2017-02-03 11:49:45 +11:00
2017-02-02 11:20:00 +11:00
2017-04-05 13:11:22 +10:00
2017-03-14 14:49:49 +11:00