Commit 9e2d0af5 authored by Kent Holloway's avatar Kent Holloway

Reverting previous change, including M on memory line to be explicit about what we are requesting

parent 6b5a5053
......@@ -84,7 +84,7 @@ func getCommandArgs(bootDrive string, state multistep.StateBag) ([]string, error
defaultArgs["-drive"] = fmt.Sprintf("file=%s,if=%s", imgPath, config.DiskInterface)
defaultArgs["-cdrom"] = isoPath
defaultArgs["-boot"] = bootDrive
defaultArgs["-m"] = "512"
defaultArgs["-m"] = "512M"
defaultArgs["-vnc"] = vnc
// Append the accelerator to the machine type if it is specified
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment