You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
364 B
21 lines
364 B
os_name = "amazonlinux"
|
|
os_version = "2"
|
|
os_arch = "x86_64"
|
|
vbox_guest_os_type = "RedHat_64"
|
|
sources_enabled = [
|
|
"source.virtualbox-ovf.amazonlinux"
|
|
]
|
|
vboxmanage = [
|
|
[
|
|
"modifyvm",
|
|
"{{ .Name }}",
|
|
"--memory",
|
|
"2048",
|
|
"--cpus",
|
|
"2",
|
|
"--audio",
|
|
"none",
|
|
"--nat-localhostreachable1",
|
|
"on",
|
|
]
|
|
]
|
|
|