mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-07 02:17:44 +00:00
Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for Samba and friends. Also, change mount order of filesystems during boot.
This commit is contained in:
parent
2f2492f7f1
commit
994d7f05a3
@ -14,8 +14,8 @@
|
|||||||
# process == program to run
|
# process == program to run
|
||||||
|
|
||||||
# Startup the system
|
# Startup the system
|
||||||
null::sysinit:/bin/mount -t proc proc /proc
|
|
||||||
null::sysinit:/bin/mount -o remount,rw /
|
null::sysinit:/bin/mount -o remount,rw /
|
||||||
|
null::sysinit:/bin/mount -t proc proc /proc
|
||||||
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
|
||||||
|
1
target/generic/target_skeleton/var/cache
Symbolic link
1
target/generic/target_skeleton/var/cache
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../tmp
|
Loading…
x
Reference in New Issue
Block a user