Formatting fix.

This commit is contained in:
Thomas Dreibholz 2021-03-08 12:37:00 +01:00
parent 68f810891f
commit 4f2f9f8a1e
No known key found for this signature in database
GPG Key ID: 5CD5D12AA0877B49
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ func (s *stepCreateVM) Run(ctx context.Context, state multistep.StateBag) multis
commands[12] = []string{"modifyvm", name, "--accelerate3d", "on"}
} else {
commands[12] = []string{"modifyvm", name, "--accelerate3d", "off"}
}
}
if config.GfxEFIResolution != "" {
commands[13] = []string{"setextradata", name, "VBoxInternal2/EfiGraphicsResolution", config.GfxEFIResolution}
}