mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-14 04:31:16 +00:00
self-review
This commit is contained in:
parent
b913dcdf1c
commit
0113b9aad7
2
debian/changelog
vendored
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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user