commit 0761d1b8b2c50b303437df7f3d912280f43dd766
Author: David Sorber <dsorber@phalanx.fios-router.home>
Date:   Mon Apr 29 17:27:09 2019 -0400

    Update display.py with latest root fs device path.

diff --git a/software/misc/display.py b/software/misc/display.py
index a560a74..3488f64 100755
--- a/software/misc/display.py
+++ b/software/misc/display.py
@@ -60,7 +60,7 @@ def main():
     hostname = subprocess.check_output('hostname', shell=True).strip()
 
     ip_addr = get_ipv4_addr('enp4s0')
-    root_stats = get_fs_usage('/dev/sdf2')
+    root_stats = get_fs_usage('/dev/sda2')
     storage_stats = get_fs_usage('/dev/md0')
 
     print YELLOW + BOLD + '       _           _                  '
