* ubuntu-cpc:

- exclude s390x from should_install_grub
ubuntu/yakkety
Dimitri John Ledkov 9 years ago
parent 06ce71492b
commit 9e06b90ead

5
debian/changelog vendored

@ -1,9 +1,14 @@
livecd-rootfs (2.374) UNRELEASED; urgency=medium livecd-rootfs (2.374) UNRELEASED; urgency=medium
[ Michael Vogt ]
* ubuntu-core: * ubuntu-core:
- include the dpkg.list in the device tarball - include the dpkg.list in the device tarball
- store /usr/share/snappy/dpkg.list manifest on the OS tarball - store /usr/share/snappy/dpkg.list manifest on the OS tarball
[ Dimitri John Ledkov ]
* ubuntu-cpc:
- exclude s390x from should_install_grub
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Jan 2016 18:27:23 +0100 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Jan 2016 18:27:23 +0100
livecd-rootfs (2.373) xenial; urgency=medium livecd-rootfs (2.373) xenial; urgency=medium

@ -34,7 +34,7 @@ rmdir mountpoint
should_install_grub() { should_install_grub() {
case $architecture in case $architecture in
armhf|arm64|s390x) armhf|arm64)
return 1 return 1
;; ;;
*) *)

Loading…
Cancel
Save