Skip to content

Commit 74e6803

Browse files
committed
docs/variants/dell_optiplex/initial-deployment.md: Fix whitespaces and typos
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
1 parent 859e902 commit 74e6803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/variants/dell_optiplex/initial-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ extracted UEFI image file, hidden under an unassuming name such as
123123
blobs from this image using `uefi-firmware-parser`:
124124

125125
```bash
126-
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
126+
uefi-firmware-parser -e "_O7010A29.exe.extracted/65C10" -O
127127
```
128128

129129
Congratulations, you should now have access to the BIOS ACM and EC firmware
@@ -153,14 +153,14 @@ raw binary, to which I will refer as `coreboot.rom`. It is assumed that the
153153
If you didn't enable TXT support in your build, you only need to run
154154

155155
```bash
156-
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
156+
cbfstool coreboot.rom add -f sch5545_ecfw.bin -n sch5545_ecfw.bin -t raw
157157
```
158158

159159
If you are using TXT, run
160160

161161
```bash
162162
cbfstool coreboot.rom add -f IVB_BIOSAC_PRODUCTION.bin -n txt_bios_acm.bin -t raw
163-
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_bios_acm.bin -t raw
163+
cbfstool coreboot.rom add -f SNB_IVB_SINIT_20190708_PW.bin -n txt_sinit_acm.bin -t raw
164164
```
165165

166166
### Flashing

0 commit comments

Comments
 (0)