This commit is contained in:
Dax T. Games 2023-04-21 16:01:49 -04:00
parent eae0a22782
commit aa56c778cb
3 changed files with 53 additions and 52 deletions

3
.gitignore vendored
View File

@ -32,7 +32,8 @@ launcher/src/version.rc2
.vscode .vscode
.idea .idea
.vagrant/ .vagrant/
scripts/packer/iso scripts/packer/iso/*.iso
scripts/packer/packer_cache scripts/packer/packer_cache
scripts/packer/output-*
*.box *.box

View File

View File

@ -5,15 +5,15 @@
"boot_wait": "-1s", "boot_wait": "-1s",
"cd_files": [ "cd_files": [
"{{user `autounattend`}}", "{{user `autounattend`}}",
"./scripts/packer/floppy/WindowsPowershell.lnk", "./floppy/WindowsPowershell.lnk",
"./scripts/packer/floppy/PinTo10.exe", "./floppy/PinTo10.exe",
"./scripts/packer/scripts/fixnetwork.ps1", "./scripts/fixnetwork.ps1",
"./scripts/packer/scripts/disable-screensaver.ps1", "./scripts/disable-screensaver.ps1",
"./scripts/packer/scripts/disable-winrm.ps1", "./scripts/disable-winrm.ps1",
"./scripts/packer/scripts/enable-winrm.ps1", "./scripts/enable-winrm.ps1",
"./scripts/packer/scripts/microsoft-updates.ps1", "./scripts/microsoft-updates.ps1",
"./scripts/packer/scripts/win-updates.ps1", "./scripts/win-updates.ps1",
"./scripts/packer/scripts/set-shortcut.ps1" "./scripts/set-shortcut.ps1"
], ],
"communicator": "winrm", "communicator": "winrm",
"configuration_version": "10.0", "configuration_version": "10.0",
@ -41,15 +41,15 @@
"boot_wait": "-1s", "boot_wait": "-1s",
"cd_files": [ "cd_files": [
"{{user `autounattend`}}", "{{user `autounattend`}}",
"./scripts/packer/floppy/WindowsPowershell.lnk", "./floppy/WindowsPowershell.lnk",
"./scripts/packer/floppy/PinTo10.exe", "./floppy/PinTo10.exe",
"./scripts/packer/scripts/fixnetwork.ps1", "./scripts/fixnetwork.ps1",
"./scripts/packer/scripts/disable-screensaver.ps1", "./scripts/disable-screensaver.ps1",
"./scripts/packer/scripts/disable-winrm.ps1", "./scripts/disable-winrm.ps1",
"./scripts/packer/scripts/enable-winrm.ps1", "./scripts/enable-winrm.ps1",
"./scripts/packer/scripts/microsoft-updates.ps1", "./scripts/microsoft-updates.ps1",
"./scripts/packer/scripts/win-updates.ps1", "./scripts/win-updates.ps1",
"./scripts/packer/scripts/set-shortcut.ps1" "./scripts/set-shortcut.ps1"
], ],
"communicator": "winrm", "communicator": "winrm",
"cpus": "{{user `cpus`}}", "cpus": "{{user `cpus`}}",
@ -82,15 +82,15 @@
"boot_wait": "-1s", "boot_wait": "-1s",
"cd_files": [ "cd_files": [
"{{user `autounattend`}}", "{{user `autounattend`}}",
"./scripts/packer/floppy/WindowsPowershell.lnk", "./floppy/WindowsPowershell.lnk",
"./scripts/packer/floppy/PinTo10.exe", "./floppy/PinTo10.exe",
"./scripts/packer/scripts/fixnetwork.ps1", "./scripts/fixnetwork.ps1",
"./scripts/packer/scripts/disable-screensaver.ps1", "./scripts/disable-screensaver.ps1",
"./scripts/packer/scripts/disable-winrm.ps1", "./scripts/disable-winrm.ps1",
"./scripts/packer/scripts/enable-winrm.ps1", "./scripts/enable-winrm.ps1",
"./scripts/packer/scripts/microsoft-updates.ps1", "./scripts/microsoft-updates.ps1",
"./scripts/packer/scripts/win-updates.ps1", "./scripts/win-updates.ps1",
"./scripts/packer/scripts/set-shortcut.ps1" "./scripts/set-shortcut.ps1"
], ],
"communicator": "winrm", "communicator": "winrm",
"cpus": "{{user `cpus`}}", "cpus": "{{user `cpus`}}",
@ -117,15 +117,15 @@
"disk_size": "{{user `disk_size`}}", "disk_size": "{{user `disk_size`}}",
"floppy_files": [ "floppy_files": [
"{{user `autounattend`}}", "{{user `autounattend`}}",
"./scripts/packer/floppy/WindowsPowershell.lnk", "./floppy/WindowsPowershell.lnk",
"./scripts/packer/floppy/PinTo10.exe", "./floppy/PinTo10.exe",
"./scripts/packer/scripts/fixnetwork.ps1", "./scripts/fixnetwork.ps1",
"./scripts/packer/scripts/disable-screensaver.ps1", "./scripts/disable-screensaver.ps1",
"./scripts/packer/scripts/disable-winrm.ps1", "./scripts/disable-winrm.ps1",
"./scripts/packer/scripts/enable-winrm.ps1", "./scripts/enable-winrm.ps1",
"./scripts/packer/scripts/microsoft-updates.ps1", "./scripts/microsoft-updates.ps1",
"./scripts/packer/scripts/win-updates.ps1", "./scripts/win-updates.ps1",
"./scripts/packer/scripts/set-shortcut.ps1" "./scripts/set-shortcut.ps1"
], ],
"guest_os_type": "win-10", "guest_os_type": "win-10",
"iso_checksum": "{{user `iso_checksum`}}", "iso_checksum": "{{user `iso_checksum`}}",
@ -161,14 +161,14 @@
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"", "execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"remote_path": "/tmp/script.bat", "remote_path": "/tmp/script.bat",
"scripts": [ "scripts": [
"./scripts/packer/scripts/enable-rdp.bat" "./scripts/enable-rdp.bat"
], ],
"type": "windows-shell" "type": "windows-shell"
}, },
{ {
"scripts": [ "scripts": [
"./scripts/packer/scripts/vm-guest-tools.ps1", "./scripts/vm-guest-tools.ps1",
"./scripts/packer/scripts/debloat-windows.ps1" "./scripts/debloat-windows.ps1"
], ],
"type": "powershell" "type": "powershell"
}, },
@ -178,8 +178,8 @@
}, },
{ {
"scripts": [ "scripts": [
"./scripts/packer/scripts/set-powerplan.ps1", "./scripts/set-powerplan.ps1",
"./scripts/packer/scripts/docker/disable-windows-defender.ps1" "./scripts/docker/disable-windows-defender.ps1"
], ],
"type": "powershell" "type": "powershell"
}, },
@ -187,13 +187,13 @@
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"", "execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"remote_path": "/tmp/script.bat", "remote_path": "/tmp/script.bat",
"scripts": [ "scripts": [
"./scripts/packer/scripts/chocolatey.bat" "./scripts/chocolatey.bat"
], ],
"type": "windows-shell" "type": "windows-shell"
}, },
{ {
"scripts": [ "scripts": [
"./scripts/packer/scripts/chocopacks.ps1" "./scripts/chocopacks.ps1"
], ],
"type": "powershell" "type": "powershell"
}, },
@ -201,24 +201,24 @@
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"", "execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"remote_path": "/tmp/script.bat", "remote_path": "/tmp/script.bat",
"scripts": [ "scripts": [
"./scripts/packer/scripts/pin-powershell.bat", "./scripts/pin-powershell.bat",
"./scripts/packer/scripts/compile-dotnet-assemblies.bat", "./scripts/compile-dotnet-assemblies.bat",
"./scripts/packer/scripts/set-winrm-automatic.bat", "./scripts/set-winrm-automatic.bat",
"./scripts/packer/scripts/uac-enable.bat", "./scripts/uac-enable.bat",
"./scripts/packer/scripts/dis-updates.bat", "./scripts/dis-updates.bat",
"./scripts/packer/scripts/compact.bat" "./scripts/compact.bat"
], ],
"type": "windows-shell" "type": "windows-shell"
} }
], ],
"variables": { "variables": {
"autounattend": "./scripts/packer/answer_files/10_efi/Autounattend.xml", "autounattend": "./answer_files/10_efi/Autounattend.xml",
"cpus": "2", "cpus": "2",
"disk_size": "262144", "disk_size": "262144",
"disk_type_id": "1", "disk_type_id": "1",
"memory": "2048", "memory": "2048",
"headless": "false", "headless": "false",
"iso_url": "./scripts/packer/iso/Windows_10.iso", "iso_url": "./iso/Windows_10.iso",
"iso_checksum": "none", "iso_checksum": "none",
"restart_timeout": "5m", "restart_timeout": "5m",
"vhv_enable": "false", "vhv_enable": "false",