no description
| Field | Type | Description | Default |
|---|---|---|---|
skip_subpackages |
bool |
Whether to skip including HALs as subpackages. | |
name |
string |
Name of the starnix container | |
init |
Utf8PathBuf |
Path to extra init scripts, will go in /odm/etc/init. Can be passed more than once. | |
images_or_package |
StarnixImagesOrPackage |
Initially, we have images, but at some point we have converted it to a package, and we should track that for hybrid assembly. The fields above are whatever we need for either container generation or hybrid container generation. If there is something we only need for container generation, we could consider moving it into StarnixImages. | \[object] |
hals |
vector |
Config for HAL packages | |
fstab |
Utf8PathBuf |
Path to fstab, will go in /odm which overrides the one in /vendor |