mirror of https://github.com/hak5/openwrt.git
parent
029055c7d7
commit
652fc44f0a
|
@ -21,4 +21,9 @@ mount_root ${FAILSAFE:+failsafe}
|
||||||
{ mount|grep "on / type jffs2" 1>&-; } || firstboot
|
{ mount|grep "on / type jffs2" 1>&-; } || firstboot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
grep sysfs /proc/filesystems >&- 2>&- && {
|
||||||
|
mkdir -p /sys
|
||||||
|
mount -t sysfs none /sys
|
||||||
|
}
|
||||||
|
|
||||||
exec /sbin/init
|
exec /sbin/init
|
||||||
|
|
Loading…
Reference in New Issue