/proc needs to be mounted before preinit.arch for failsafe
SVN-Revision: 7220
This commit is contained in:
parent
0b9c3f09c6
commit
d502764953
@ -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…
Reference in New Issue
Block a user