samples: fix types for fstab.{freq, passno}

The schema demands that these are of type integer not string.
This commit is contained in:
Christian Kellner 2020-01-29 14:53:52 +01:00 committed by Tom Gundersen
parent beb24a38b0
commit 4cbbcdba87
11 changed files with 32 additions and 32 deletions

View file

@ -42,8 +42,8 @@
"uuid": "ea711a29-e460-4879-9d70-9da99ae021f9",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
}
]
}