self-review

ubuntu/cosmic
Michael Hudson-Doyle 7 years ago
parent b913dcdf1c
commit 0113b9aad7

2
debian/changelog vendored

@ -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. * Move casper from filesystem.squashfs to installer.squashfs.

@ -144,6 +144,8 @@ case $IMAGEFORMAT in
case $PROJECT:${SUBPROJECT:-} in case $PROJECT:${SUBPROJECT:-} in
ubuntu-server:live) ubuntu-server:live)
# Hack to stop lb installing casper into filesystem.squashfs # Hack to stop lb installing casper into filesystem.squashfs
# (It's manually installed into installer.sqashfs in
# 032-installer-squashfs.binary)
mkdir -p .build mkdir -p .build
touch .build/chroot_live-packages touch .build/chroot_live-packages
INITRAMFS_TYPE=auto INITRAMFS_TYPE=auto

@ -54,7 +54,6 @@ mv $SQUASH_ROOT/boot/initrd.img-* binary/casper/
chroot $SQUASH_ROOT apt-get -y install curtin chroot $SQUASH_ROOT apt-get -y install curtin
# Don't let cloud-init run in the live session. # Don't let cloud-init run in the live session.
touch $SQUASH_ROOT/etc/cloud/cloud-init.disabled touch $SQUASH_ROOT/etc/cloud/cloud-init.disabled

Loading…
Cancel
Save