mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
Import patches-unapplied version 2.516 to ubuntu/bionic-proposed
Imported using git-ubuntu import. Changelog parent: 29bf8e0b85fc599405081093a820fd00b652d421 New changelog entries: [ Chris Glass ] * Make sure we call the build "minimal" within the cloud build info, when building a minimized image.
This commit is contained in:
parent
29bf8e0b85
commit
b3e90b4798
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.516) bionic; urgency=medium
|
||||||
|
|
||||||
|
[ Chris Glass ]
|
||||||
|
* Make sure we call the build "minimal" within the cloud build info,
|
||||||
|
when building a minimized image.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 27 Mar 2018 12:12:31 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.515) bionic; urgency=medium
|
livecd-rootfs (2.515) bionic; urgency=medium
|
||||||
|
|
||||||
* Set the default locale to C.UTF-8 in all server and cloud images.
|
* Set the default locale to C.UTF-8 in all server and cloud images.
|
||||||
|
@ -419,8 +419,13 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$PROJECT" = "ubuntu-cpc" ]; then
|
if [ "$PROJECT" = "ubuntu-cpc" ]; then
|
||||||
|
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||||
|
BUILD_NAME=minimal
|
||||||
|
else
|
||||||
|
BUILD_NAME=server
|
||||||
|
fi
|
||||||
cat > chroot/etc/cloud/build.info << EOF
|
cat > chroot/etc/cloud/build.info << EOF
|
||||||
build_name: server
|
build_name: $BUILD_NAME
|
||||||
serial: $BUILDSTAMP
|
serial: $BUILDSTAMP
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user