浏览代码

add logging for mounts

Alfonso Gamboa 3 年之前
父节点
当前提交
16f8f7e477
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      SD_ROOT/wz_mini/etc/init.d/S05mount

+ 3 - 0
SD_ROOT/wz_mini/etc/init.d/S05mount

@@ -19,6 +19,9 @@ case "$1" in
 			mount /dev/mtdblock3 /system
 		fi
 
+                echo "Current Mounts:"
+                mount
+
 		;;
 	*)
 		echo "Usage: $0 {start}"