mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-20 02:18:37 +00:00
Raspberry: fix path for config.txt
This commit is contained in:
@@ -12,7 +12,7 @@ function hassos_pre_image() {
|
||||
${BINARIES_DIR}/rpi-firmware/fixup.dat \
|
||||
${BINARIES_DIR}/rpi-firmware/start.elf
|
||||
cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/
|
||||
cp -f ${BOARD_DIR}/boot-env.txt ${BOOT_DATA}/config.txt
|
||||
cp -f ${BOARD_DIR}/../boot-env.txt ${BOOT_DATA}/config.txt
|
||||
|
||||
# Set cmd options
|
||||
echo "dwc_otg.lpm_enable=0 console=tty1" > ${BOOT_DATA}/cmdline.txt
|
||||
|
||||
Reference in New Issue
Block a user