osbuild / otk

A proof of concept for a new `osbuild-mpp`.
https://osbuild.org/
Apache License 2.0
4 stars 9 forks source link

README.md: fix documentation of `otk` call #221

Closed schuellerf closed 1 month ago

schuellerf commented 1 month ago

the "command" (like compile) is mandatory and should stay mandatory, right?

supakeen commented 1 month ago

It is, but it is probably better to remove that section as it's broken while we figure out how to do externals and it can't deal with includes (which aren't in the container).

schuellerf commented 1 month ago

just "mount" includes with --volume ? also for externals - they are searched in multiple paths anyway - so one can be bind-mounted? (e.g. ./external -> /usr/local/libexec/otk/external)

supakeen commented 1 month ago

just "mount" includes with --volume ? also for externals - they are searched in multiple paths anyway - so one can be bind-mounted? (e.g. ./external -> /usr/local/libexec/otk/external)

Sure, it's all solvable but undocumented. Do you want to do so in this PR since it's touching that part of the README?

schuellerf commented 1 month ago

I'll update accordingly, after the outcome of #222

schuellerf commented 1 month ago

documentation also handled in #222