correction

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-01-10 16:40:17 +00:00
parent 34a7f7c351
commit b1790c0653
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ Create a dummy 16MB ROM like so:
dd if=/dev/zero of=new.bin bs=16M count=1
```
Then insert your 16MB ROM image into the dummy file:
Then insert your 12MB Libreboot ROM image into the dummy file:
```
dd if=libreboot.rom of=new.bin bs=12M count=1 conv=notrunc