diff options
-rwxr-xr-x | etc/rc.firmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.firmware b/etc/rc.firmware index 58c4b91..d0965fa 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -209,7 +209,7 @@ ENDOFF exit 1 fi - /usr/sbin/boot0cfg -s ${SLICE} -v /dev/${TOFLASH} + /usr/sbin/boot0cfg -s ${SLICE} -v /dev/${REAL_BOOT_DEVICE} #>/dev/null 2>&1 # restore config |