board/orangepi/common/genimage.cfg: use quotes around "gpt"
Like we do in all other genimage configuration files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
4e026da515
commit
50763ea094
@ -7,7 +7,7 @@ image sdcard.img {
|
||||
}
|
||||
|
||||
hdimage {
|
||||
partition-table-type = gpt
|
||||
partition-table-type = "gpt"
|
||||
gpt-location = 1008K # 1MB - 16KB(GPT)
|
||||
gpt-no-backup = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user