X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbase-files%2Ffiles%2Fsbin%2Fmount_root;h=607877c643e43aaedb26a3469e55260305048702;hb=68ca8e7818356c0dbf2e0400b177139a656791c0;hp=81660f00673e9097d924c157fdf551e75a573539;hpb=a256c81dd99148e289dc7a73c01b9108701ad9d3;p=openwrt%2F.git diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index 81660f0067..607877c643 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -1,10 +1,21 @@ #!/bin/sh # Copyright (C) 2006 OpenWrt.org +. /etc/functions.sh mount none /proc -t proc size=$(awk '/Mem:/ {l=5242880;print((s=$2/2)/dev/null 2>/dev/null && { + mtd unlock rootfs + grep rootfs_data /proc/mtd >/dev/null 2>/dev/null && { + . /bin/firstboot + echo "switching to jffs2" + mount "$(find_mtd_part rootfs_data)" /jffs -t jffs2 + fopivot /jffs /rom + } +} || mount -o remount,rw /dev/root / + mkdir -p /dev/pts mount none /dev/pts -t devpts -mount -t sysfs none /sys 2>&- -mount -o remount,rw /dev/root / +grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-