mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 03:21:17 +00:00
Link to the proper name instead.
This commit is contained in:
parent
7a2a551ca0
commit
abec4f4c1d
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.555) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Apparently the last raspi3 image rename was not what cdimage expected.
|
||||||
|
Link to the expected name instead, so that we can change it to something
|
||||||
|
more sensible once raspi2 is migrated to ubuntu-image.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 10 Jan 2019 22:54:23 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.554) disco; urgency=medium
|
livecd-rootfs (2.554) disco; urgency=medium
|
||||||
|
|
||||||
* Default to IMAGEFORMAT=ubuntu-image for raspi3 ubuntu-cpc builds.
|
* Default to IMAGEFORMAT=ubuntu-image for raspi3 ubuntu-cpc builds.
|
||||||
|
@ -43,11 +43,10 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
|||||||
# XXX: currently we only have one image generated, but really
|
# XXX: currently we only have one image generated, but really
|
||||||
# we should be supporting more than one for models that
|
# we should be supporting more than one for models that
|
||||||
# define those.
|
# define those.
|
||||||
# Also, we use the .disk1.img suffix so that the resulting
|
mv output/*.img "$PREFIX".img
|
||||||
# image path is compatible with how raspi2 images are consumed
|
xz -0 -T4 "$PREFIX".img
|
||||||
# by cdimage.
|
# Also link the output image to a filename that cdimage expects
|
||||||
mv output/*.img "$PREFIX".disk1.img
|
ln "$PREFIX".img.xz livecd.ubuntu-cpc.disk1.img.xz
|
||||||
xz -0 -T4 "$PREFIX".disk1.img
|
|
||||||
mv output/filesystem.manifest "$PREFIX".manifest
|
mv output/filesystem.manifest "$PREFIX".manifest
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user