mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 05:37:04 +00:00
Fix typo.
This commit is contained in:
parent
af1fd6f6ab
commit
2341514fad
6
debian/changelog
vendored
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
|
||||
|
||||
[ Ethan Hsieh ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user