summaryrefslogtreecommitdiff
path: root/SBAT.md
diff options
context:
space:
mode:
Diffstat (limited to 'SBAT.md')
-rw-r--r--SBAT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBAT.md b/SBAT.md
index f32c3d10..cce34b6b 100644
--- a/SBAT.md
+++ b/SBAT.md
@@ -332,7 +332,7 @@ Components that do not have special code to construct the final PE
files can simply add this section using objcopy(1):
```
-objcopy --add-section .sbat=sbat.csv foo.efi
+objcopy --set-section-alignment '.sbat=512' --add-section .sbat=sbat.csv foo.efi
```