Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
dd3b6707
Commit
dd3b6707
authored
Jun 15, 2020
by
Przemek Ozgo
Browse files
removed deprecated packer options + parallels for w10
parent
ffdda170
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows_10.json
View file @
dd3b6707
...
...
@@ -18,7 +18,6 @@
],
"headless"
:
true
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"memory"
:
"2048"
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
...
...
@@ -26,8 +25,14 @@
"accelerator"
:
"kvm"
,
"output_directory"
:
"windows_10-qemu"
,
"qemuargs"
:
[
[
"-drive"
,
"file=windows_10-qemu/{{ .Name }},if=virtio,cache=writeback,discard=ignore,format=qcow2,index=1"
],
[
"-drive"
,
"file={{ user `virtio_win_iso` }},media=cdrom,index=3"
]
[
"-drive"
,
"file=windows_10-qemu/{{ .Name }},if=virtio,cache=writeback,discard=ignore,format=qcow2,index=1"
],
[
"-drive"
,
"file={{ user `virtio_win_iso` }},media=cdrom,index=3"
]
],
"vm_name"
:
"{{user `vm_name`}}"
,
"winrm_password"
:
"vagrant"
,
...
...
@@ -53,7 +58,6 @@
],
"guest_additions_mode"
:
"none"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"memory"
:
"2048"
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
...
...
@@ -86,7 +90,6 @@
"guest_os_type"
:
"windows9-64"
,
"headless"
:
"{{user `headless`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"memory"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
...
...
@@ -125,7 +128,6 @@
"guest_os_type"
:
"Windows10_64"
,
"headless"
:
"{{user `headless`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"memory"
:
2048
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
...
...
@@ -134,6 +136,50 @@
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"{{user `winrm_timeout`}}"
,
"winrm_username"
:
"vagrant"
},
{
"boot_command"
:
""
,
"boot_wait"
:
"6m"
,
"communicator"
:
"winrm"
,
"cpus"
:
2
,
"disk_size"
:
"{{user `disk_size`}}"
,
"floppy_files"
:
[
"{{user `autounattend`}}"
,
"./floppy/WindowsPowershell.lnk"
,
"./floppy/PinTo10.exe"
,
"./scripts/fixnetwork.ps1"
,
"./scripts/disable-screensaver.ps1"
,
"./scripts/disable-winrm.ps1"
,
"./scripts/enable-winrm.ps1"
,
"./scripts/microsoft-updates.bat"
,
"./scripts/win-updates.ps1"
],
"guest_os_type"
:
"win-10"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"iso_url"
:
"{{user `iso_url`}}"
,
"memory"
:
4096
,
"shutdown_command"
:
"shutdown /s /t 10 /f /d p:4:1 /c
\"
Packer Shutdown
\"
"
,
"type"
:
"parallels-iso"
,
"parallels_tools_flavor"
:
"win"
,
"parallels_tools_mode"
:
"disable"
,
"prlctl"
:
[
[
"set"
,
"{{.Name}}"
,
"--adaptive-hypervisor"
,
"on"
],
[
"set"
,
"{{.Name}}"
,
"--efi-boot"
,
"off"
]
],
"vm_name"
:
"{{user `vm_name`}}"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"{{user `winrm_timeout`}}"
,
"winrm_username"
:
"vagrant"
}
],
"post-processors"
:
[
...
...
@@ -191,7 +237,6 @@
"disk_type_id"
:
"1"
,
"headless"
:
"false"
,
"iso_checksum"
:
"f1a4f2176259167cd2c8bf83f3f5a4039753b6cc28c35ac624da95a36e9620fc"
,
"iso_checksum_type"
:
"sha256"
,
"iso_url"
:
"https://software-download.microsoft.com/download/pr/19041.264.200511-0456.vb_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso"
,
"restart_timeout"
:
"5m"
,
"vhv_enable"
:
"false"
,
...
...
@@ -199,5 +244,4 @@
"vm_name"
:
"windows_10"
,
"virtio_win_iso"
:
"~/virtio-win.iso"
}
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment