From: Daan De Meyer Date: Mon, 21 Aug 2023 14:56:45 +0000 (+0200) Subject: Add mention of BuildSources= change to NEWS. X-Git-Tag: v16~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15fbd3ca2e1bc2ef36e2fa1dfb46620cbe72a0a;p=thirdparty%2Fmkosi.git Add mention of BuildSources= change to NEWS. --- diff --git a/NEWS.md b/NEWS.md index 6b8d19e31..ad29df6e5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -136,6 +136,9 @@ package, if it is missing, as well es install it in the appropriate search path for man pages. The man page can be generated from the markdown file `mkosi/resources/mkosi.md` e.g via `pandoc -t man -s -o mkosi.1 mkosi.md`. +- BuildSources= now takes source:target pairs which specify the source + directory and where to mount it relative to the top level source + directory when running scripts. (e.g. BuildSources=../my-project:my-project) ## v14