Skip to content
Snippets Groups Projects
Commit db49314f authored by Denis Pynkin's avatar Denis Pynkin Committed by Denis Pynkin
Browse files

Remove incorrect 'flags' option


Option 'flags' is not a part of mountpoints description.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent 267bb208
No related branches found
No related tags found
1 merge request!85Add fsck to images
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -46,7 +46,6 @@ actions:
mountpoints:
- mountpoint: /
partition: system
flags: [ boot ]
- mountpoint: /boot/efi
partition: EFI
- mountpoint: /home
......
......@@ -45,7 +45,6 @@ actions:
mountpoints:
- mountpoint: /
partition: system
flags: [ boot ]
options: [ rw ]
- mountpoint: /boot
partition: boot
......
......@@ -46,7 +46,6 @@ actions:
mountpoints:
- mountpoint: /
partition: system
flags: [ boot ]
options: [ rw ]
- mountpoint: /boot/efi
partition: EFI
......
......@@ -29,7 +29,6 @@ actions:
mountpoints:
- mountpoint: /
partition: system
flags: [ boot ]
- mountpoint: /boot
partition: boot
- mountpoint: /boot/efi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment