Fix set_state preinit stuff

SVN-Revision: 7200
This commit is contained in:
Florian Fainelli 2007-05-13 10:17:57 +00:00
parent e4c6078c67
commit 5cbadc89e7
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,9 @@ failsafe() {
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
mount -t proc none /proc
mount -t sysfs none /sys
set_state preinit
mount_root ${FAILSAFE:+failsafe}

View File

@ -2,8 +2,6 @@
# Copyright (C) 2006 OpenWrt.org
. /etc/functions.sh
mount none /proc -t proc
size=$(awk '/MemTotal:/ {l=5242880;mt=($2*1024);print((s=mt/2)<l)?mt-l:s}' /proc/meminfo)
mount none /tmp -t tmpfs -o size=$size,nosuid,nodev,mode=1777
@ -13,7 +11,6 @@ if grep devfs /proc/filesystems > /dev/null; then
M1=/dev/pty/m1
HOTPLUG=/sbin/hotplug-call
else
mount -t sysfs none /sys
mount -t tmpfs tmpfs /dev -o size=512K
mknod /dev/console c 5 1
mkdir /dev/shm