mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-04 23:01:15 +00:00
Import patches-unapplied version 2.447 to ubuntu/artful-proposed
Imported using git-ubuntu import. Changelog parent: 1a48d101d5805b0e79a1ca40f90ace99ae9cd317 New changelog entries: * Add cm3 as a known ubuntu-core image type. LP: #1698223.
This commit is contained in:
parent
1a48d101d5
commit
402cae06bd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.447) artful; urgency=medium
|
||||
|
||||
* Add cm3 as a known ubuntu-core image type. LP: #1698223.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 15 Jun 2017 23:36:44 -0700
|
||||
|
||||
livecd-rootfs (2.446) artful; urgency=medium
|
||||
|
||||
* Build ubuntu back with tasks. The metapackage switch was due to g++
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user