Skip to content

Commit

Permalink
docs: fix syntax for overriding fs type for initramfs image
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-arena committed Nov 27, 2023
1 parent 8231f97 commit 1b95835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extra-build-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To build an initramfs image:
- `INITRAMFS_IMAGE_BUNDLE = "1"`
- `BOOT_SPACE = "1073741"`
- `INITRAMFS_MAXSIZE = "315400"`
- `IMAGE_FSTYPES_pn-${INITRAMFS_IMAGE} = "${INITRAMFS_FSTYPES}"`
- `IMAGE_FSTYPES:pn-${INITRAMFS_IMAGE} = "${INITRAMFS_FSTYPES}"`

## Including additional files in the SD card image boot partition

Expand Down

0 comments on commit 1b95835

Please sign in to comment.