Formatting fix.

pull/10736/head
Thomas Dreibholz 5 years ago
parent 68f810891f
commit 4f2f9f8a1e
No known key found for this signature in database
GPG Key ID: 5CD5D12AA0877B49

@ -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}
}

Loading…
Cancel
Save