Return whatever we get here, we don't care if bootDev is None here.
This function will return None until the user sets up a /boot or
a / filesystem.
---
platform.py | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/platform.py b/platform.py
index ef9ff0c..4adc5d1 100644
--- a/platform.py
+++ b/platform.py
@@ -62,12 +62,7 @@ class Platform(object):
raise NotImplementedError("bootDevice not implemented for this platform")