update comments
This commit is contained in:
parent
9557f3eea7
commit
93053e0488
|
@ -227,10 +227,8 @@ Hyper-V\Set-VMFloppyDiskDrive -VMName $vmName -Path $null
|
||||||
// generate a conditional-free script which already sets all of the necessary
|
// generate a conditional-free script which already sets all of the necessary
|
||||||
// variables inline.
|
// variables inline.
|
||||||
//
|
//
|
||||||
// $vhdPath = Join-Path -Path C://mypath -ChildPath myvm.vhdx
|
// For examples of what this template will generate, you can look at the
|
||||||
// New-VHD -Path $vhdPath -ParentPath C://harddrivepath -Differencing -BlockSizeBytes 10
|
// test cases in ./hyperv_test.go
|
||||||
// Hyper-V\New-VHD -Path $vhdPath -SizeBytes 8192 -BlockSizeBytes 10
|
|
||||||
// Hyper-V\New-VM -Name myvm -Path C://mypath -MemoryStartupBytes 1024 -VHDPath $vhdPath -SwitchName hyperv-vmx-switch
|
|
||||||
//
|
//
|
||||||
func getCreateVMScript(opts *scriptOptions) (string, error) {
|
func getCreateVMScript(opts *scriptOptions) (string, error) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue