|
|
@ -54,6 +54,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
# Install casper for live session magic.
|
|
|
|
# Install casper for live session magic.
|
|
|
|
chroot $INSTALLER_ROOT apt-get -y install lupin-casper
|
|
|
|
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
|
|
|
|
chroot $INSTALLER_ROOT apt-get clean
|
|
|
|
|
|
|
|
|
|
|
|
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
|
|
|
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
|
|
|