mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
This commit is contained in:
parent
66eb4c38a1
commit
0d4312bd97
@ -14,8 +14,8 @@
|
|||||||
# process == program to run
|
# process == program to run
|
||||||
|
|
||||||
# Startup the system
|
# Startup the system
|
||||||
null::sysinit:/bin/mount -o remount,rw /
|
|
||||||
null::sysinit:/bin/mount -t proc proc /proc
|
null::sysinit:/bin/mount -t proc proc /proc
|
||||||
|
null::sysinit:/bin/mount -o remount,rw /
|
||||||
null::sysinit:/bin/mount -a
|
null::sysinit:/bin/mount -a
|
||||||
null::sysinit:/bin/hostname -F /etc/hostname
|
null::sysinit:/bin/hostname -F /etc/hostname
|
||||||
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up
|
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user