diff --git a/debian/changelog b/debian/changelog index c86340ec..167fca6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 10 Sep 2019 17:35:00 +0200 + livecd-rootfs (2.609) eoan; urgency=medium [ Ethan Hsieh ] diff --git a/live-build/ubuntu-cpc/hooks.d/chroot/999-ubuntu-image-customization.chroot b/live-build/ubuntu-cpc/hooks.d/chroot/999-ubuntu-image-customization.chroot index ad4b3499..75a5313f 100755 --- a/live-build/ubuntu-cpc/hooks.d/chroot/999-ubuntu-image-customization.chroot +++ b/live-build/ubuntu-cpc/hooks.d/chroot/999-ubuntu-image-customization.chroot @@ -8,7 +8,7 @@ # 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 # 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 # This will setup a nocloud datasource on the boot partition. # This is the default behavior for our ubuntu-image built preinstalled