@ -1,4 +1,4 @@
livecd-rootfs (2.488~ppa4) bionic; urgency=medium
livecd-rootfs (2.488~ppa5) bionic; urgency=medium
* Move casper from filesystem.squashfs to installer.squashfs.
@ -144,6 +144,8 @@ case $IMAGEFORMAT in
case $PROJECT:${SUBPROJECT:-} in
ubuntu-server:live)
# Hack to stop lb installing casper into filesystem.squashfs
# (It's manually installed into installer.sqashfs in
# 032-installer-squashfs.binary)
mkdir -p .build
touch .build/chroot_live-packages
INITRAMFS_TYPE=auto
@ -54,7 +54,6 @@ mv $SQUASH_ROOT/boot/initrd.img-* binary/casper/
chroot $SQUASH_ROOT apt-get -y install curtin
# Don't let cloud-init run in the live session.
touch $SQUASH_ROOT/etc/cloud/cloud-init.disabled