Imported 2.408.45

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2019-05-09 11:50:03 +00:00
parent b2a353315e
commit 95148f9903
4 changed files with 9 additions and 18 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
livecd-rootfs (2.408.45) xenial; urgency=medium
* Drop /etc/update-motd.d/51-cloudguest from cloud images; this is not
consistent with current Ubuntu Advantage product language. Any future
customizations to update-motd for cloud images should be done via a
package instead. LP: #1823776.
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 14 Mar 2019 14:11:57 -0700
livecd-rootfs (2.408.44) xenial; urgency=medium
* Make sure buildd images have a /usr/sbin/policy-rc.d symlink

View File

@ -126,24 +126,6 @@ cat > /etc/fstab << EOM
LABEL=cloudimg-rootfs / ext4 defaults 0 0
EOM
## Make sure that the update-motd.d directory exists
[ ! -e "${rootd}/etc/update-motd.d" ] &&
mkdir -p "${rootd}/etc/update-motd.d"
## write a MOTD file advertising support for images
cat > "${rootd}/etc/update-motd.d/51-cloudguest" << EOF
#!/bin/sh
#
${CLOUD_IMG_STR}
# This file is not managed by a package. If you no longer want to
# see this message you can safely remove the file.
echo ""
echo " Get cloud support with Ubuntu Advantage Cloud Guest:"
echo " http://www.ubuntu.com/business/services/cloud"
EOF
chmod +x "${rootd}/etc/update-motd.d/51-cloudguest"
# for quantal and newer, add /etc/overlayroot.local.conf
# but do not overwrite anything that somehow got there
if [ -f "${rootd}/etc/overlayroot.conf" ] &&

0
wget-log Normal file
View File

0
wget-log.1 Normal file
View File