From 23d9db863e3a0539708f3ab7ba27175dcff038f2 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 15 Jun 2017 23:36:42 -0700 Subject: [PATCH] Add cm3 as a known ubuntu-core image type. LP: #1698223. --- debian/changelog | 6 ++++++ live-build/auto/config | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index a17697fb..9d1e303b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.447) UNRELEASED; urgency=medium + + * Add cm3 as a known ubuntu-core image type. LP: #1698223. + + -- Steve Langasek Thu, 15 Jun 2017 23:35:00 -0700 + livecd-rootfs (2.446) artful; urgency=medium * Build ubuntu back with tasks. The metapackage switch was due to g++ diff --git a/live-build/auto/config b/live-build/auto/config index 53ee496b..ba0033f7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -162,6 +162,8 @@ case $IMAGEFORMAT in MODEL=pi2 ;; armhf+raspi3) MODEL=pi3 ;; + armhf+cm3) + MODEL=cm3 ;; *) echo "Model $ARCH+${SUBARCH:-} unknown to livecd-rootfs" >&2 exit 1