mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
Merge pull request #88 from krzk/dupa
schema: Allow Fastboot serial numbers up to 16 characters
This commit is contained in:
@@ -26,7 +26,7 @@ properties:
|
||||
fastboot:
|
||||
description: fastboot id
|
||||
type: string
|
||||
pattern: "^[0-9a-f]{8}$"
|
||||
pattern: "^[0-9a-f]{8,16}$"
|
||||
|
||||
fastboot_set_active:
|
||||
description: run fastboot set active before each boot, slot can be selected
|
||||
|
||||
Reference in New Issue
Block a user