mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-29 08:29:03 +03:00
build/boot/roms: use fast dd command for ich9m ifd
bs 12k and count 1, rather than bs 1 and count 12k
This commit is contained in:
@@ -739,7 +739,7 @@ moverom()
|
||||
if [ ! -f "${ifdgbe}" ]; then
|
||||
./build descriptors ich9m
|
||||
fi
|
||||
dd if=${ifdgbe} of=${_newrom} bs=1 count=${c}k \
|
||||
dd if=${ifdgbe} of=${_newrom} bs=${c}k count=1 \
|
||||
conv=notrunc
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user