mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-06 01:37:29 +03:00
/proc needs to be mounted before preinit.arch for failsafe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e5a6579b59
commit
8ed8315334
@ -8,10 +8,10 @@ failsafe() {
|
|||||||
ash --login
|
ash --login
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
|
mount none /proc -t proc
|
||||||
|
mount none /sys -t sysfs
|
||||||
|
|
||||||
mount -t proc none /proc
|
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
|
||||||
mount -t sysfs none /sys
|
|
||||||
|
|
||||||
set_state preinit
|
set_state preinit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user