Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGuy committed Jan 20, 2022
1 parent 1e44e29 commit 9ef8cea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions centos-9/vmware-centos9.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ source "vmware-iso" "centos-9" {
# As Stream is updated daily we skip the checksum by default
# buildbox script can pull the latest checksum for verfication if required
iso_checksum = "none"
# We don't want to cache as the image gets updated often
cleanup_remote_cache = true
ssh_username = "vagrant"
ssh_password = "vagrant"
ssh_timeout = "30m"
Expand All @@ -32,6 +30,10 @@ source "vmware-iso" "centos-9" {
"<enter><wait>"
]
usb = true
vmx_data = {
"usb_xhci.present" = "true",
"ethernet0.virtualdev" = "e1000e"
}
memory = 2048
cpus = 2
disk_size = 40000
Expand Down

0 comments on commit 9ef8cea

Please sign in to comment.