Skip to content

Commit

Permalink
Merge pull request #411 from gusztavvargadr/feature/update-for-2308-d…
Browse files Browse the repository at this point in the history
…ocs-406

Update for 2308 - Documentation
  • Loading branch information
gusztavvargadr committed Aug 19, 2023
2 parents b30169e + 6c2b97a commit 483e14f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 220 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ The following Vagrant boxes can be used for generic experiments on the respectiv
- [Windows 10 **Version 21H2 Enterprise**][windows-10-21h2-enterprise-box]
- [Windows 10 **Version 21H2 Enterprise LTSC**][windows-10-21h2-enterprise-ltsc-box]
- [Windows 10 **Version 1809 Enterprise LTSC**][windows-10-1809-enterprise-ltsc-box]
- [Windows 10 **Insider Preview Enterprise**][windows-10-insider-preview-enterprise-box]

[windows-10-sample-usage]: ./samples/windows-10/

Expand All @@ -126,7 +125,6 @@ The following Vagrant boxes can be used for generic experiments on the respectiv
[windows-10-21h2-enterprise-box]: https://app.vagrantup.com/gusztavvargadr/boxes/windows-10-21h2-enterprise/
[windows-10-21h2-enterprise-ltsc-box]: https://app.vagrantup.com/gusztavvargadr/boxes/windows-10-21h2-enterprise-ltsc/
[windows-10-1809-enterprise-ltsc-box]: https://app.vagrantup.com/gusztavvargadr/boxes/windows-10-1809-enterprise-ltsc/
[windows-10-insider-preview-enterprise-box]: https://app.vagrantup.com/gusztavvargadr/boxes/windows-10-insider-preview-enterprise/

#### Ubuntu

Expand Down
5 changes: 0 additions & 5 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ var w101809eltsc = PackerTemplates_CreateWindows(
"windows-10-1809-enterprise-ltsc",
$"1809.0.{version}"
);
var w10ipe = PackerTemplates_CreateWindows(
"w10ipe",
"windows-10-insider-preview-enterprise",
$"2202.0.{version}"
);

var u2004s = PackerTemplates_CreateLinux(
"u2004s",
Expand Down
4 changes: 0 additions & 4 deletions samples/windows-10/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Vagrant.configure("2") do |config|
config_vm.vm.box = "gusztavvargadr/windows-10-1809-enterprise-ltsc"
end

config.vm.define "insider-preview-enterprise", autostart: false do |config_vm|
config_vm.vm.box = "gusztavvargadr/windows-10-insider-preview-enterprise"
end

config.vm.provision "shell", inline: <<-EOH
cmd /c ver
systeminfo
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

134 changes: 0 additions & 134 deletions src/w10ipe/packer/builders/iso/floppy/Autounattend.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/w10ipe/packer/builders/iso/template.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/w10ipe/packer/template.json

This file was deleted.

0 comments on commit 483e14f

Please sign in to comment.