mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
Update post-build.sh
This commit is contained in:
parent
07c08dd108
commit
9011e1226c
@ -1,6 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
SCRIPT_DIR=${BR2_EXTERNAL_HASSIO_PATH}/scripts
|
||||||
BOARD_DIR="$(dirname $0)"
|
BOARD_DIR="$(dirname $0)"
|
||||||
|
|
||||||
cp "$BOARD_DIR/rauc.conf" "$TARGET_DIR/etc/rauc/system.conf"
|
. ${SCRIPT_DIR}/rootfs_layer.sh
|
||||||
|
|
||||||
|
rootfs_fix
|
||||||
|
|
||||||
|
cp ${BOARD_DIR}/rauc.conf ${TARGET_DIR}/etc/rauc/system.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user