Skip to content

Commit 655ed50

Browse files
Update section headings for clarity in VM creation instructions
1 parent a8fdea3 commit 655ed50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/learning-paths/laptops-and-desktops/win11-vm-automation/vm-creation-3.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ Set up a VM with English International language:
7878
./create-win11-vm.sh all $HOME/win11-vm --language "English International"
7979
```
8080

81+
8182
## Alternative four-step creation process
8283

83-
The VM creation process consists of four distinct steps that can be run individually. Understanding each step helps with troubleshooting and customization.
84+
You can run each step of the VM creation process individually. Understanding each step helps with troubleshooting and customization.
8485

85-
### Step 1: Create VM directory structure
86+
### Step 1: Create the VM directory structure
8687

8788
```console
8889
./create-win11-vm.sh create $HOME/win11-vm
@@ -151,7 +152,7 @@ The script uses an automated process to download Windows 11 from Microsoft's off
151152
3. Obtain download link - Retrieves the direct download URL for Arm64
152153
4. Download and verify - Downloads the ISO and verifies its integrity
153154

154-
### Step 3: Prepare VM disk
155+
### Step 3: Prepare the VM disk
155156

156157
```console
157158
./create-win11-vm.sh prepare $HOME/win11-vm
@@ -175,7 +176,7 @@ The script creates a QCOW2 disk image with these optimizations:
175176

176177
Important Note: If `disk.qcow2` already exists, the script will warn you that proceeding will delete the existing VM's hard drive and start over with a clean installation.
177178

178-
### Step 4: First boot and Windows installation
179+
### Step 4: Boot and install Windows for the first time
179180

180181
```console
181182
./create-win11-vm.sh firstboot $HOME/win11-vm

0 commit comments

Comments
 (0)