Merge pull request #77 from spycat88/fix-installer
installer: fixup snafu, variables must be before script
This commit is contained in:
commit
268eac60d6
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ do_install_quick() {
|
|||
if [ ! "${INSTALL_UBOOT}" = false ]
|
||||
then
|
||||
msg_progress_install "50" "Installing bootloader to $TMPDIR/part1"
|
||||
/usr/share/bootloader/update.sh BOOT_DISK="${INSTALL_DEVICE}" BOOT_ROOT="/flash"
|
||||
BOOT_DISK="${INSTALL_DEVICE}" BOOT_ROOT="/flash" /usr/share/bootloader/update.sh
|
||||
mount -o remount,rw $TMPDIR/part1
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue