mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Fix OTA SPL update on REl-3 (#579)
This commit is contained in:
parent
fc11e52ce1
commit
2c8295aa20
@ -41,7 +41,7 @@ function create_ota_update() {
|
|||||||
) > "${rauc_folder}/manifest.raucm"
|
) > "${rauc_folder}/manifest.raucm"
|
||||||
|
|
||||||
# SPL
|
# SPL
|
||||||
if [ "${BOOT_SYS}" == "spl" ]; then
|
if [[ "${BOOT_SYS}" =~ (spl|mbr) ]]; then
|
||||||
cp -f "${spl}" "${rauc_folder}/spl.img"
|
cp -f "${spl}" "${rauc_folder}/spl.img"
|
||||||
|
|
||||||
(
|
(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user