mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Use specifier to refer to the output directory
Otherwise the output directory cannot be configured by users.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user