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

@ -49,8 +49,8 @@
"uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
}
]
}