Skip to content

Commit 3d14e1a

Browse files
committed
fix firmware toggle comment
1 parent affcdb4 commit 3d14e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-14-Cobbler-v3.3.7-Windows-Deployment-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ mount -o ro,loop ~/Downloads/Win10_22H2_English_x64.iso /mnt/Windows10
139139
cobbler import --name Win10 --path /mnt/Windows10
140140
```
141141

142-
**If** the PXE client will use legacy-BIOS firmware *(MBR partition scheme)* instead of UEFI, toggle `uefi` to `false` in the Cobbler Distro autoinstallation metadata:
142+
**If the PXE client will use legacy-BIOS firmware** *(MBR partition scheme)* instead of UEFI, toggle `uefi` to `false` in the Cobbler Distro autoinstallation metadata:
143143

144144
```shell
145145
cobbler profile edit --name Win10-x86_64 --autoinstall-meta 'uefi'='false' --in-place

0 commit comments

Comments
 (0)