[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

@@ -4,6 +4,8 @@
! to_file is optional; if missing will use from_file
.backlight.conf
.volume.conf
.buttons.conf
.batterylow.conf
gmenu2x.conf gmenu2x/gmenu2x.conf
input.conf gmenu2x/input.conf
! leave this last line here

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"
}

View File

@@ -1 +0,0 @@
9

View File

@@ -1 +0,0 @@
7