amd64-kernel-on-i386
Łukasz 'sil2100' Zemczak 5 years ago
parent af1fd6f6ab
commit 2341514fad

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.610) UNRELEASED; urgency=medium
* Fix a typo in the 999-ubuntu-image-customization.chroot hook.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 10 Sep 2019 17:35:00 +0200
livecd-rootfs (2.609) eoan; urgency=medium livecd-rootfs (2.609) eoan; urgency=medium
[ Ethan Hsieh ] [ Ethan Hsieh ]

@ -8,7 +8,7 @@
# special cloud-init configuration that should not be happening for cloud # special cloud-init configuration that should not be happening for cloud
# cases. This check should be changed to a per-MODEL/per-SUBARCH check once # cases. This check should be changed to a per-MODEL/per-SUBARCH check once
# we support building cloud images via ubuntu-image. # we support building cloud images via ubuntu-image.
if [ "$IMAGEFORMAT" == "ubuntu-image" ]; do if [ "$IMAGEFORMAT" == "ubuntu-image" ]; then
# If the cloud does not provide a meta-data service this should be run # If the cloud does not provide a meta-data service this should be run
# This will setup a nocloud datasource on the boot partition. # This will setup a nocloud datasource on the boot partition.
# This is the default behavior for our ubuntu-image built preinstalled # This is the default behavior for our ubuntu-image built preinstalled

Loading…
Cancel
Save