From 6a0fa4f6d4044cebb321a8832e6746f1ae19efdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 30 Jan 2024 15:57:15 +0100 Subject: [PATCH] Export the payload model-assertion as well. --- live-build/auto/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live-build/auto/build b/live-build/auto/build index d5f0c01d..e255fc89 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -182,6 +182,9 @@ if [ "$PROJECT" = "ubuntu-core-desktop" ]; then # We need to make sure the autoinstall file is also exported. mv autoinstall.yaml ../"$PREFIX".autoinstall.yaml + # Useful to have the model-assertion exported as well. + mv ubuntu-core-desktop*.model-assertion ../"$PREFIX".model-assertion + # Important: return to the previous directory cd ../ fi