mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
mkosi: Look for mkosi.kernel/ in the top level directory
Let's make this slightly easier to use by looking for mkosi.kernel/ in the top level directory instead of in mkosi.presets/20-final/.
This commit is contained in:
@@ -5,7 +5,6 @@ Format=directory
|
||||
|
||||
[Content]
|
||||
Bootable=no
|
||||
BuildSources=../..
|
||||
CleanPackageMetadata=no
|
||||
Packages=
|
||||
kmod
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=arch
|
||||
|
||||
[Content]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=centos fedora
|
||||
|
||||
[Content]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=debian ubuntu
|
||||
|
||||
[Content]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=fedora
|
||||
|
||||
[Content]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=opensuse
|
||||
|
||||
[Content]
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
PathExists=mkosi.kernel/
|
||||
PathExists=../../mkosi.kernel/
|
||||
|
||||
[Content]
|
||||
BuildSources=./
|
||||
BuildScript=mkosi.kernel.build
|
||||
BuildSources=../..
|
||||
BuildPackages=
|
||||
bc
|
||||
binutils
|
||||
|
||||
Reference in New Issue
Block a user