Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Fixes needed to build VMware box with VMware tools
Browse files Browse the repository at this point in the history
  • Loading branch information
it-praktyk committed Jul 5, 2017
1 parent 7fcc355 commit f587fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian9.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
],
"boot_wait": "5s",
"disk_size": 81920,
"guest_os_type": "debian9-64",
"guest_os_type": "debian8-64",
"headless": true,
"http_directory": "http",
"iso_urls": [
Expand Down
2 changes: 1 addition & 1 deletion http/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ d-i passwd/user-uid string 1000
d-i passwd/user-password password vagrant
d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string sudo bzip2 acpid cryptsetup zlib1g-dev wget curl dkms make nfs-common
d-i pkgsel/include string sudo bzip2 acpid cryptsetup zlib1g-dev wget curl dkms make nfs-common net-tools
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
Expand Down

0 comments on commit f587fdc

Please sign in to comment.