From 68ca8e7818356c0dbf2e0400b177139a656791c0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 2 Mar 2007 01:23:36 +0000 Subject: make squashfs overlay support more generic and integrate it for x86-2.6 SVN-Revision: 6450 --- package/base-files/files/sbin/mount_root | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'package/base-files/files/sbin/mount_root') 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>&- -- cgit v1.2.3