mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Install s390-tools-zkey into the installer layer for zkey support in subiquity.
This commit is contained in:
parent
2fb9773476
commit
095c8f4696
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.597) UNRELEASED; urgency=medium
|
||||
|
||||
* Install s390-tools-zkey into the installer layer for zkey support in
|
||||
subiquity.
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 20 Jun 2019 23:25:13 +0100
|
||||
|
||||
livecd-rootfs (2.596) eoan; urgency=medium
|
||||
|
||||
* Add tzdata to buildd images. It isn't strictly build-essential, but it
|
||||
|
@ -54,6 +54,9 @@ EOF
|
||||
|
||||
# Install casper for live session magic.
|
||||
chroot $INSTALLER_ROOT apt-get -y install lupin-casper
|
||||
if [ `dpkg --print-architecture` = s390x ]; then
|
||||
chroot $INSTALLER_ROOT apt-get -y install s390-tools-zkey
|
||||
fi
|
||||
chroot $INSTALLER_ROOT apt-get clean
|
||||
|
||||
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
||||
|
Loading…
x
Reference in New Issue
Block a user