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

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

View file

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

View file

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

View file

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

View file

@ -54,16 +54,16 @@
"uuid": "7acfe2cc-4134-482a-a9d4-4979a5a87569",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
},
{
"uuid": "46BB-8120",
"vfs_type": "vfat",
"path": "/boot/efi",
"options": "umask=0077,shortname=winnt",
"freq": "0",
"passno": "2"
"freq": 0,
"passno": 2
}
]
}

View file

@ -56,16 +56,16 @@
"uuid": "7acfe2cc-4134-482a-a9d4-4979a5a87569",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
},
{
"uuid": "46BB-8120",
"vfs_type": "vfat",
"path": "/boot/efi",
"options": "umask=0077,shortname=winnt",
"freq": "0",
"passno": "2"
"freq": 0,
"passno": 2
}
]
}

View file

@ -56,23 +56,23 @@
"uuid": "08a41983-3328-4d1a-ae3c-1699e6d2a806",
"vfs_type": "ext4",
"path": "/boot",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
},
{
"uuid": "7acfe2cc-4134-482a-a9d4-4979a5a87569",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
},
{
"uuid": "46BB-8120",
"vfs_type": "vfat",
"path": "/boot/efi",
"options": "umask=0077,shortname=winnt",
"freq": "0",
"passno": "2"
"freq": 0,
"passno": 2
}
]
}

View file

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

View file

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

View file

@ -56,16 +56,16 @@
"uuid": "7acfe2cc-4134-482a-a9d4-4979a5a87569",
"vfs_type": "ext4",
"path": "/",
"freq": "1",
"passno": "1"
"freq": 1,
"passno": 1
},
{
"uuid": "46BB-8120",
"vfs_type": "vfat",
"path": "/boot/efi",
"options": "umask=0077,shortname=winnt",
"freq": "0",
"passno": "2"
"freq": 0,
"passno": 2
}
]
}

View file

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