[fstab] Remove schema-entry for mountOptions
These were removed from the module in commit
03f2e45605
but later restored by a botched merge.
This commit is contained in:
parent
ef4980448a
commit
873d5e3522
@ -6,24 +6,6 @@ $id: https://calamares.io/schemas/fstab
|
|||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
mountOptions:
|
|
||||||
type: object
|
|
||||||
additionalProperties: true # we don't know which FS exist
|
|
||||||
properties:
|
|
||||||
"default": { type: string }
|
|
||||||
btrfs: { type: string }
|
|
||||||
required: [ "default" ]
|
|
||||||
ssdExtraMountOptions:
|
|
||||||
type: object
|
|
||||||
additionalProperties: true # we don't know which FS exist
|
|
||||||
properties:
|
|
||||||
ext4: { type: string }
|
|
||||||
jfs: { type: string }
|
|
||||||
xfs: { type: string }
|
|
||||||
swap: { type: string }
|
|
||||||
btrfs: { type: string }
|
|
||||||
btrfs_swap: { type: string }
|
|
||||||
efiMountOptions: { type: string }
|
|
||||||
crypttabOptions: { type: string }
|
crypttabOptions: { type: string }
|
||||||
tmpOptions:
|
tmpOptions:
|
||||||
type: object
|
type: object
|
||||||
@ -43,5 +25,4 @@ properties:
|
|||||||
options: { type: string }
|
options: { type: string }
|
||||||
required: [ "default" ]
|
required: [ "default" ]
|
||||||
required:
|
required:
|
||||||
- mountOptions
|
|
||||||
- tmpOptions
|
- tmpOptions
|
||||||
|
Loading…
Reference in New Issue
Block a user