Reverting previous change, including M on memory line to be explicit about what we are requesting
This commit is contained in:
parent
6b5a505384
commit
9e2d0af5ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue