]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Pass root around instead of workspace 439/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 Jun 2020 09:44:36 +0000 (11:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 1 Jul 2020 07:52:24 +0000 (09:52 +0200)
commit593f0a2c839fb360d494e1469019e4d02a678b4f
tree317a2901771eae799d4eeeac3e3346382293e3b0
parentafe8c47651b4bb7abc1bf90605d93af5663f2214
Pass root around instead of workspace

Most of the functions operate on the image root instead of the
workspace so it makes sense to pass the root directory instead of
the workspace. Access to the workspace directory is done via the
workspace function that simply returns the parent directory of the
root directory.

This commit only refactors code and does not change behavior.
mkosi