We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fd239 commit da92a75Copy full SHA for da92a75
internal/app/machined/pkg/controllers/block/mount.go
@@ -495,7 +495,6 @@ func (ctrl *MountController) handleDiskMountOperation(
495
496
if mountRequest.TypedSpec().ReadOnly {
497
opts = append(opts, mount.WithReadOnly())
498
- fsOpts = append(fsOpts, fsopen.WithBoolParameter("ro"))
499
}
500
501
if mountRequest.TypedSpec().Detached {
0 commit comments