Skip to content

Commit

Permalink
vm: do not call mkmntdirs, it does not exists for Ubuntu. (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored Nov 17, 2023
1 parent 565ddd0 commit 603f37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/vm/lima/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func newConf(ctx context.Context, conf config.Config) (l Config, err error) {

l.Provision = append(l.Provision, Provision{
Mode: ProvisionModeSystem,
Script: "mkmntdirs && mount -a",
Script: "mount -a",
})

// trim mounted drive to recover disk space
Expand Down

0 comments on commit 603f37e

Please sign in to comment.