Skip to content

Commit

Permalink
README: Add documentation for installer:target_devices
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Nov 26, 2024
1 parent a73f0c9 commit fa67fec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,17 @@ is passed in the kernel command line.
}
```

#### installer.target_devices

(string) Overrides the default list of provisioning target mediums. May contain one ore more
devices, separated by spaces. The first one found will be used.

```json
"installer": {
"target_devices":"nvme0n1 sda"
}
```

## Yocto version support

The following Yocto versions are supported:
Expand Down

0 comments on commit fa67fec

Please sign in to comment.