mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-17 06:11:13 +00:00
Attempt to export the autoinstall file as well.
This commit is contained in:
parent
f8bcf0174c
commit
1274f6bdd1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user