Fix typpo when dropping jasper.

This commit is contained in:
Dimitri John Ledkov 2019-06-04 23:51:50 +01:00
parent 655126d7b4
commit 11756d2d1e
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.591) UNRELEASED; urgency=medium
* Fix typpo when dropping jasper.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 04 Jun 2019 23:51:33 +0100
livecd-rootfs (2.590) eoan; urgency=medium
* Drop dead wubi subproject.

View File

@ -302,6 +302,7 @@ case $IMAGEFORMAT in
ext2|ext3|ext4)
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
PREINSTALLED=true
;;
plain)
case $PROJECT:${SUBPROJECT:-} in
ubuntu-server:live)