Skip to content

Commit

Permalink
Merge pull request #727 from lluiscampos/docs-update-readme
Browse files Browse the repository at this point in the history
Miscellaneous chores
  • Loading branch information
lluiscampos authored Dec 6, 2024
2 parents db78f66 + f81ba6b commit 617e800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ cp $PATH_TO_MY_OWN_CONFIG/$CUSTOM_CONFIG input/config

MENDER_ARTIFACT_NAME=release-1 ./docker-mender-convert \
--disk-image input/image/$INPUT_DISK_IMAGE \
--config configs/raspberrypi4_bookworm_64bit_config \
--config configs/raspberrypi/uboot/debian/raspberrypi4_bookworm_64bit_config \
--config input/config/$CUSTOM_CONFIG \
--overlay input/rootfs_overlay_demo
```
Expand Down Expand Up @@ -196,7 +196,7 @@ Start the conversion process with:
```bash
MENDER_ARTIFACT_NAME=release-1 ./mender-convert \
--disk-image input/$INPUT_DISK_IMAGE \
--config configs/raspberrypi4_bookworm_64bit_config \
--config configs/raspberrypi/uboot/debian/raspberrypi4_bookworm_64bit_config \
--overlay input/rootfs_overlay_demo
```

Expand Down

0 comments on commit 617e800

Please sign in to comment.