Commit 2755ba17 authored by Kent Holloway's avatar Kent Holloway

Changing machinetype default to PC instead of PC-1.0 which seems to be a saner...

Changing machinetype default to PC instead of PC-1.0 which seems to be a saner default that works on more platforms. RedHat in particular doesnt have PC-1.0
parent 2cf7e694
...@@ -139,7 +139,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { ...@@ -139,7 +139,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
} }
if b.config.MachineType == "" { if b.config.MachineType == "" {
b.config.MachineType = "pc-1.0" b.config.MachineType = "pc"
} }
if b.config.OutputDir == "" { if b.config.OutputDir == "" {
......
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