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:
parent
a52c1dac45
commit
b710c3c55a
1 changed files with 2 additions and 2 deletions
|
|
@ -914,8 +914,8 @@
|
|||
"uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"vfs_type": "ext4",
|
||||
"path": "/",
|
||||
"freq": "1",
|
||||
"passno": "1"
|
||||
"freq": 1,
|
||||
"passno": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue