From f9afc42087cdb6899b020c7005a36a3d0d5ed6e9 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 12 Jan 2024 15:28:41 +0100 Subject: [PATCH] Add BuildSources=. to the default image configuration If we enable the rpm build, we set BuildSources= which means we override the default build sources. However we still want the source directory to be used as BuildSources= as well, so configure it explicitly. --- mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf b/mkosi.conf index 4aec7efec..c087dfd36 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -10,6 +10,7 @@ [Content] Autologin=yes @ShimBootloader=signed +BuildSources=. BuildSourcesEphemeral=yes Packages= -- 2.47.2