3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-25 18:01:17 +00:00

* ubuntu-cpc:

- exclude s390x from should_install_grub
This commit is contained in:
Dimitri John Ledkov 2016-02-01 19:47:03 +01:00
parent 06ce71492b
commit 9e06b90ead
2 changed files with 6 additions and 1 deletions
debian
live-build/ubuntu-cpc/hooks

5
debian/changelog vendored

@ -1,9 +1,14 @@
livecd-rootfs (2.374) UNRELEASED; urgency=medium
[ Michael Vogt ]
* ubuntu-core:
- include the dpkg.list in the device 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
livecd-rootfs (2.373) xenial; urgency=medium

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