changed order of init scripts to have data partition available as early as possible

This commit is contained in:
Calin Crisan 2016-01-09 14:24:50 +02:00
parent 63862eb16f
commit f4e9be8457
4 changed files with 1 additions and 1 deletions

View File

@ -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