add resize and set bakclight and volume

This commit is contained in:
tpietrus
2023-03-16 10:08:25 +01:00
parent e45cdf1ccd
commit 0a56e2e6cf
8 changed files with 28 additions and 3 deletions

View File

@@ -12,6 +12,18 @@ image bootfs.vfat {
"boot/firstboot.custom.sh-OFF",
"boot/normalboot.custom.sh"
}
file misc/bin/fatresize_hc {
image = "boot/misc/bin/fatresize_hc"
}
file configs/manifest {
image = "boot/configs/manifest"
}
file configs/.volume.conf {
image = "boot/configs/.volume.conf"
}
file configs/.backlight.conf {
image = "boot/configs/.backlight.conf"
}
}
size = 8M
}