diff options
Diffstat (limited to 'package/base-files/default/sbin/mount_root')
-rwxr-xr-x | package/base-files/default/sbin/mount_root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index 29c5126ba1..ae78ee4881 100755 --- a/package/base-files/default/sbin/mount_root +++ b/package/base-files/default/sbin/mount_root @@ -1,4 +1,5 @@ #!/bin/sh +. /etc/nvram.sh if [ "$1" != "failsafe" ]; then mount | grep jffs2 >&- if [ $? = 0 ] ; then |