samples: fix types for fstab.{freq, passno}
The schema demands that these are of type integer not string.
This commit is contained in:
parent
beb24a38b0
commit
4cbbcdba87
11 changed files with 32 additions and 32 deletions
|
|
@ -42,8 +42,8 @@
|
|||
"uuid": "ea711a29-e460-4879-9d70-9da99ae021f9",
|
||||
"vfs_type": "ext4",
|
||||
"path": "/",
|
||||
"freq": "1",
|
||||
"passno": "1"
|
||||
"freq": 1,
|
||||
"passno": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue