From 1274f6bdd13ec79479aee63d17ea06104a2228d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 26 Jan 2024 12:49:33 +0100 Subject: [PATCH] Attempt to export the autoinstall file as well. --- live-build/auto/build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/auto/build b/live-build/auto/build index 99fc7d90..a85db224 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -174,6 +174,10 @@ if [ "$PROJECT" = "ubuntu-core-desktop" ]; then # We need to rename the image file so that it can be pulled # by the builder. mv pc.img.xz ../"$PREFIX".img.xz + + # We need to make sure the autoinstall file is also exported. + mv autoinstall.yaml ../"$PREFIX".autoinstall.yaml + # Important: return to the previous directory cd ../ fi