change cp to $(CP)
[openwrt.git] / package / base-files / default / sbin / mount_root
index bd9b815..693c694 100755 (executable)
@@ -30,10 +30,11 @@ if [ "$1" != "failsafe" ]; then
                        pivot_root /jffs /jffs/rom
                        mount none /proc -t proc
                        mount none /dev -t devfs
-                       umount /rom/proc /rom/dev >&-
+                       umount /rom/proc rom/dev >&-
                fi
        fi
 fi
 mount none /tmp -t tmpfs -o nosuid,nodev,mode=1777,size=50%
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts
+grep sysfs /proc/filesystems >&- && mount -t sysfs none /sys