[BOARD] rely on manifest when copying *.conf files (#39)

workaround for genimage omitting hidden files when using `mountpoint` directive
This commit is contained in:
Apaczer
2023-07-15 07:17:10 +02:00
committed by GitHub
parent 9ddf2134b4
commit 984a567012
6 changed files with 8 additions and 2 deletions

View File

@@ -20,6 +20,12 @@ image bootfs.vfat {
file configs/.volume.conf {
image = "boot/configs/.volume.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.buttons.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.batterylow.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.backlight.conf"
}