diff --git a/debian/changelog b/debian/changelog index 6ae69f1c..1c63b641 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.591) UNRELEASED; urgency=medium + + * Fix typpo when dropping jasper. + + -- Dimitri John Ledkov Tue, 04 Jun 2019 23:51:33 +0100 + livecd-rootfs (2.590) eoan; urgency=medium * Drop dead wubi subproject. diff --git a/live-build/auto/config b/live-build/auto/config index 1e292845..6722ca08 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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)