More python3 fixes

Return strings from run_command

jeepyb is written expecting strings. Decode the bytes into a
string.

Fix fsck_command for python3

We fixed run_command to return strings, but fsck_command was
looking for bytes.

Filter returns an interator not a list in python3, wrap in a
list.

Change-Id: Ibb4d540a987711bd6b4c804a3f6b7cb2ccfe1baa
2 files changed