From 5d824ef1c5688a5d6f54991a676a366d1f78736c Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 28 Mar 2006 15:18:25 +0000 Subject: [PATCH] typo SVN-Revision: 3524 --- openwrt/package/base-files/default/sbin/mount_root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/default/sbin/mount_root b/openwrt/package/base-files/default/sbin/mount_root index 4d3a0367de..ed73915396 100755 --- a/openwrt/package/base-files/default/sbin/mount_root +++ b/openwrt/package/base-files/default/sbin/mount_root @@ -23,7 +23,7 @@ if [ "$1" != "failsafe" -a "$(nvram get no_root_swap)" != 1 ]; then is_dirty [ $? != 0 ] && { mount /dev/mtdblock/4 /jffs - pivot /rom + pivot /jffs /rom } || ramoverlay fi fi -- 2.30.2