Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deploy-seat-adjuster.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ to describe a desired software state for the overall vehicle.
Eclipse Leda has the `kanto-auto-deployer` systemd service, which applies any changes to the manifests in `/data/var/containers/manifests` to Eclipse Kanto.
Thus, the typical way to add or adapt containers is to modify the corresponding container manifest.

It is important to note that the given file path is relative to the root of the filesystem due to the leading `/`. For instance, from the home directory, in which you are located by default after the login, you need to go two directories upwards (`cd ../..`) to see the `/data` directory.

## Disable other containers

The release 0.1.0-M2 of Eclipse Leda comes with a number of pre-configured and automatically executed containers.
Expand Down