|
|
@ -174,6 +174,10 @@ if [ "$PROJECT" = "ubuntu-core-desktop" ]; then
|
|
|
|
# We need to rename the image file so that it can be pulled
|
|
|
|
# We need to rename the image file so that it can be pulled
|
|
|
|
# by the builder.
|
|
|
|
# by the builder.
|
|
|
|
mv pc.img.xz ../"$PREFIX".img.xz
|
|
|
|
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
|
|
|
|
# Important: return to the previous directory
|
|
|
|
cd ../
|
|
|
|
cd ../
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|