diff --git a/site/docs/hardware/hp820g2.md b/site/docs/hardware/hp820g2.md index 5ec84ba..0aab1e1 100644 --- a/site/docs/hardware/hp820g2.md +++ b/site/docs/hardware/hp820g2.md @@ -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