Some bugfixes and docs #31
11
README.md
11
README.md
@ -17,6 +17,17 @@ You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs
|
||||
and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables)
|
||||
variables manually before calling cross.
|
||||
|
||||
The OPS-SAT software filesystem handling will determine a home path at the start of the software.
|
||||
This home path is used for various mechanisms inside the OPS-SAT infrastructure.
|
||||
|
||||
Currently, there are 3 possible configurations:
|
||||
|
||||
1. If the software is built with the `host` feature, the HOME path will be the current path the
|
||||
software is run at.
|
||||
2. If the `host` feature is not set and the `/home/exp278` folder exists, that folder will be
|
||||
the home directory.
|
||||
3. Otherwise, the default OS home directory will be the home directory.
|
||||
|
||||
### Debug Build
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user