mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Use specifier to refer to the output directory
Otherwise the output directory cannot be configured by users.
This commit is contained in:
parent
c00b17f6d3
commit
bb478caa86
@ -7,8 +7,8 @@ Dependencies=base
|
||||
Format=cpio
|
||||
|
||||
[Content]
|
||||
BaseTrees=../../mkosi.output/base
|
||||
ExtraTrees=../../mkosi.output/base-systemd
|
||||
BaseTrees=%O/base
|
||||
ExtraTrees=%O/base-systemd
|
||||
MakeInitrd=yes
|
||||
Bootable=no
|
||||
BuildPackages=
|
||||
|
@ -8,8 +8,8 @@ Dependencies=base
|
||||
|
||||
[Content]
|
||||
Autologin=yes
|
||||
BaseTrees=../../mkosi.output/base
|
||||
ExtraTrees=../../mkosi.output/base-systemd
|
||||
BaseTrees=%O/base
|
||||
ExtraTrees=%O/base-systemd
|
||||
Packages=
|
||||
acl
|
||||
bash-completion
|
||||
|
@ -9,4 +9,4 @@ Format=|directory
|
||||
Dependencies=initrd
|
||||
|
||||
[Content]
|
||||
Initrds=../../mkosi.output/initrd
|
||||
Initrds=%O/initrd
|
||||
|
Loading…
Reference in New Issue
Block a user