mkosi icon indicating copy to clipboard operation
mkosi copied to clipboard

Revert to default settings from command line options

Open oneingan opened this issue 7 years ago • 1 comments

I want to integrate mkosi with a CI pipeline so I need to ignore some customer settings from mkosi.default file

For instance: I need to output the artifacts to a fixed output (/tmp/output) to process there. But if customer has an fqdn output in Output setting then --output-dir is ignored.

Maybe something like this can make the work: mkosi -C /tmp/input --output-dir=/tmp/output --output=""

Have any sense? Or maybe I must to sanitize the .default before run mkosi?

oneingan avatar Dec 04 '17 13:12 oneingan

hmm i figure supporting --output="" would make sense to have. patches very welcome!

poettering avatar Jan 05 '18 19:01 poettering

This should work now from latest main

DaanDeMeyer avatar Apr 11 '23 18:04 DaanDeMeyer