samples: fix fstab stage in base-qcow2.json

The freq and passno options have to be numbers not strings. Fix it.
This commit is contained in:
Christian Kellner 2020-04-24 18:42:52 +02:00
parent a52c1dac45
commit b710c3c55a

View file

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