X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a44985f42c551baae99a2c6f461c94ec86d9e310..6dc988729c78347c590675fe4bfdb9bb408fffc7:/package/base-files/default/sbin/mount_root diff --git a/package/base-files/default/sbin/mount_root b/package/base-files/default/sbin/mount_root index 29c5126ba..ae78ee488 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