mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
board/freescale: specify the volume-label for FAT partition
Currently the volume-label for the vfat partition is a string with the following pattern: 5934-861D. Specify the volume-label as "boot" to make it easier to identify it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Tested-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7ecd0e4edf
commit
a52ab35dce
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
image boot.vfat {
|
image boot.vfat {
|
||||||
vfat {
|
vfat {
|
||||||
|
label = "boot"
|
||||||
files = {
|
files = {
|
||||||
%FILES%
|
%FILES%
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
image boot.vfat {
|
image boot.vfat {
|
||||||
vfat {
|
vfat {
|
||||||
|
label = "boot"
|
||||||
files = {
|
files = {
|
||||||
%FILES%
|
%FILES%
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
image boot.vfat {
|
image boot.vfat {
|
||||||
vfat {
|
vfat {
|
||||||
|
label = "boot"
|
||||||
files = {
|
files = {
|
||||||
%FILES%
|
%FILES%
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user