mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update post-build.sh
This commit is contained in:
parent
0143c267a1
commit
cf99b446ec
@ -23,10 +23,10 @@ install_hassio_cli
|
||||
echo "HOME_URL=https://hass.io/"
|
||||
echo "VARIANT=\"Hass.io ${BOARD_NAME}\""
|
||||
echo "VARIANT_ID=${BOARD_ID}"
|
||||
) > /usr/lib/os-release
|
||||
) > ${TARGET_DIR}/usr/lib/os-release
|
||||
|
||||
# Write machine-info
|
||||
(
|
||||
echo "CHASSIS=${CHASSIS}"
|
||||
echo "DEPLOYMENT=${DEPLOYMENT}"
|
||||
) > /etc/machine-info
|
||||
) > ${TARGET_DIR}/etc/machine-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user