mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-13 06:00:34 +00:00
/proc needs to be mounted before preinit.arch for failsafe
SVN-Revision: 7220
This commit is contained in:
@@ -8,10 +8,10 @@ failsafe() {
|
||||
ash --login
|
||||
}
|
||||
|
||||
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
|
||||
mount none /proc -t proc
|
||||
mount none /sys -t sysfs
|
||||
|
||||
mount -t proc none /proc
|
||||
mount -t sysfs none /sys
|
||||
[ -e /etc/preinit.arch ] && . /etc/preinit.arch
|
||||
|
||||
set_state preinit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user