Skip to content

Commit 1efbb83

Browse files
authored
Merge pull request #63407 from apinnick/fix-create-vm-workflow
Fix "create VM" workflow
2 parents ea8aa1f + 6713798 commit 1efbb83

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

modules/virt-specializing-windows-sysprep.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Specializing a virtual machine (VM) configures the computer-specific information
1818
. In the {product-title} console, click *Virtualization* -> *Catalog*.
1919
. Select a Windows template and click *Customize VirtualMachine*.
2020
. Select *PVC (clone PVC)* from the *Disk source* list.
21-
. Specify the *Persistent Volume Claim project* and *Persistent Volume Claim name* of the generalized Windows image.
22-
. Click *Review and create VirtualMachine*.
21+
. Select the PVC project and PVC name of the generalized Windows image.
22+
. Click *Customize VirtualMachine parameters*.
2323
. Click the *Scripts* tab.
2424
. In the *Sysprep* section, click *Edit*, browse to the `unattend.xml` answer file, and click *Save*.
2525
. Click *Create VirtualMachine*.

modules/virt-using-disk-image-install-windows.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ You can use a disk image to install Windows on your virtual machine.
1717

1818
. In the {product-title} console, click *Virtualization* -> *Catalog* from the side menu.
1919
. Select a Windows template and click *Customize VirtualMachine*.
20-
. Select *Upload (Upload a new file to a PVC)* from the *Disk source* list and browse to the DVD image.
21-
. Click *Review and create VirtualMachine*.
22-
. Clear *Clone available operating system source to this Virtual Machine*.
23-
. Clear *Start this VirtualMachine after creation*.
20+
. Select *Upload (Upload a new file to a PVC)* from the *Disk source* list and browse to the disk image.
21+
. Click *Customize VirtualMachine parameters*.
2422
. On the *Sysprep* section of the *Scripts* tab, click *Edit*.
2523
. Browse to the `autounattend.xml` answer file and click *Save*.
24+
. Clear *Start this VirtualMachine after creation*.
2625
. Click *Create VirtualMachine*.
2726
. On the *YAML* tab, replace `running:false` with `runStrategy: RerunOnFailure` and click *Save*.
2827

0 commit comments

Comments
 (0)