Documentation ¶
Index ¶
Constants ¶
View Source
const ( WS2012R2DC string = "WindowsServer2012R2Datacenter" PRODUCT_DATACENTER_EVALUATION_SERVER int64 = 80 PRODUCT_DATACENTER_SERVER int64 = 8 )
EVALUATION EDITIONS
View Source
const FileAsStringBase64Win2012R2 string = "" /* 1966080-byte string literal not displayed */
notification free WinRm - no service enabling, no service restart No admin account disabling
View Source
const (
FloppyFileName = "assets.vfd"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder implements packer.Builder and builds the actual Hyperv images.
type StepCreateVM ¶
type StepCreateVM struct {
// contains filtered or unexported fields
}
This step creates the actual virtual machine.
Produces:
vmName string - The name of the VM
func (*StepCreateVM) Cleanup ¶
func (s *StepCreateVM) Cleanup(state multistep.StateBag)
func (*StepCreateVM) Run ¶
func (s *StepCreateVM) Run(state multistep.StateBag) multistep.StepAction
type StepExportVm ¶
type StepExportVm struct { }
func (*StepExportVm) Cleanup ¶
func (s *StepExportVm) Cleanup(state multistep.StateBag)
func (*StepExportVm) Run ¶
func (s *StepExportVm) Run(state multistep.StateBag) multistep.StepAction
type StepInstallProductKey ¶
type StepInstallProductKey struct { }
func (*StepInstallProductKey) Cleanup ¶
func (s *StepInstallProductKey) Cleanup(state multistep.StateBag)
func (*StepInstallProductKey) Run ¶
func (s *StepInstallProductKey) Run(state multistep.StateBag) multistep.StepAction
type StepMountDvdDrive ¶
type StepMountDvdDrive struct {
// contains filtered or unexported fields
}
func (*StepMountDvdDrive) Cleanup ¶
func (s *StepMountDvdDrive) Cleanup(state multistep.StateBag)
func (*StepMountDvdDrive) Run ¶
func (s *StepMountDvdDrive) Run(state multistep.StateBag) multistep.StepAction
type StepMountFloppydrive ¶
func (*StepMountFloppydrive) Cleanup ¶
func (s *StepMountFloppydrive) Cleanup(state multistep.StateBag)
func (*StepMountFloppydrive) Run ¶
func (s *StepMountFloppydrive) Run(state multistep.StateBag) multistep.StepAction
type StepUnmountFloppydrive ¶
type StepUnmountFloppydrive struct {
// contains filtered or unexported fields
}
func (*StepUnmountFloppydrive) Cleanup ¶
func (s *StepUnmountFloppydrive) Cleanup(state multistep.StateBag)
func (*StepUnmountFloppydrive) Run ¶
func (s *StepUnmountFloppydrive) Run(state multistep.StateBag) multistep.StepAction
Click to show internal directories.
Click to hide internal directories.