mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +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
|
Format=cpio
|
||||||
|
|
||||||
[Content]
|
[Content]
|
||||||
BaseTrees=../../mkosi.output/base
|
BaseTrees=%O/base
|
||||||
ExtraTrees=../../mkosi.output/base-systemd
|
ExtraTrees=%O/base-systemd
|
||||||
MakeInitrd=yes
|
MakeInitrd=yes
|
||||||
Bootable=no
|
Bootable=no
|
||||||
BuildPackages=
|
BuildPackages=
|
||||||
|
@ -8,8 +8,8 @@ Dependencies=base
|
|||||||
|
|
||||||
[Content]
|
[Content]
|
||||||
Autologin=yes
|
Autologin=yes
|
||||||
BaseTrees=../../mkosi.output/base
|
BaseTrees=%O/base
|
||||||
ExtraTrees=../../mkosi.output/base-systemd
|
ExtraTrees=%O/base-systemd
|
||||||
Packages=
|
Packages=
|
||||||
acl
|
acl
|
||||||
bash-completion
|
bash-completion
|
||||||
|
@ -9,4 +9,4 @@ Format=|directory
|
|||||||
Dependencies=initrd
|
Dependencies=initrd
|
||||||
|
|
||||||
[Content]
|
[Content]
|
||||||
Initrds=../../mkosi.output/initrd
|
Initrds=%O/initrd
|
||||||
|
Loading…
Reference in New Issue
Block a user