mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
Fix typpo when dropping jasper.
This commit is contained in:
parent
655126d7b4
commit
11756d2d1e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.590) eoan; urgency=medium
|
||||||
|
|
||||||
* Drop dead wubi subproject.
|
* Drop dead wubi subproject.
|
||||||
|
@ -302,6 +302,7 @@ case $IMAGEFORMAT in
|
|||||||
ext2|ext3|ext4)
|
ext2|ext3|ext4)
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||||
PREINSTALLED=true
|
PREINSTALLED=true
|
||||||
|
;;
|
||||||
plain)
|
plain)
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-server:live)
|
ubuntu-server:live)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user