Skip to content

Commit 85cee23

Browse files
committed
Don't show the display, most of my machines don't have one.
Signed-off-by: Sven Dowideit <[email protected]>
1 parent e660564 commit 85cee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qemu.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ func (d *Driver) Start() error {
267267
machineDir := filepath.Join(d.StorePath, "machines", d.GetMachineName())
268268

269269
startCmd := []string{
270+
"-display", "none",
270271
"-m", fmt.Sprintf("%d", d.Memory),
271272
"-boot", "d",
272273
"-cdrom", filepath.Join(machineDir, "boot2docker.iso"),

0 commit comments

Comments
 (0)