mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
changed order of init scripts to have data partition available as early as possible
This commit is contained in:
parent
63862eb16f
commit
f4e9be8457
@ -24,7 +24,7 @@ case "$1" in
|
||||
mount -o remount,rw /boot
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
|
||||
msg_begin "Remounting root partition read-write: "
|
||||
msg_begin "Remounting root partition read-write"
|
||||
mount -o remount,rw /
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user