Merge pull request #2658 from fewtarius/dev
Update JELOS Info to show internal/external storage rather than /storage/roms.
This commit is contained in:
commit
f2a82a1598
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ echo "BUILD ID: ${BUILD_ID:0:7} (${BUILD_BRANCH})"
|
|||
echo "KERNEL: ${V_SYSTEM} ($(uname -m))"
|
||||
echo "DISK SPACE:"
|
||||
echo "/storage: $(df -h /storage | awk '/dev/ {print $3"/"$2" ("$5")"}')"
|
||||
echo "/storage/roms: $(df -h /storage/roms | awk '/dev/ {print $3"/"$2" ("$5")"}')"
|
||||
echo "/storage/games-internal: $(df -h /storage/games-internal | awk '/dev/ {print $3"/"$2" ("$5")"}')"
|
||||
echo "/storage/games-external: $(df -h /storage/games-external | awk '/dev/ {print $3"/"$2" ("$5")"}')"
|
||||
|
||||
if test -n "${BATT}"
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue