recovery init: change default mountpoint for 'update' partition

So it matches the same mountpoint used in a normal boot.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-01-24 18:11:33 +01:00
parent 6cb94fe22c
commit 7cf8aa6e06
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ENV_RECOVERY_COMMAND="recovery_command"
SW_CONFIG="/etc/swupdate.cfg"
USB_MOUNT_DIR="/run/media"
UPDATE_MOUNT_DIR="/update"
UPDATE_MOUNT_DIR="/mnt/update"
REBOOT_TIME=10