mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Do not include curtin in the live-server installer.squashfs as the version of subiquity that includes it in the snap has now been released to stable.
This commit is contained in:
parent
f129e5797a
commit
e35dde7f68
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -18,6 +18,9 @@ livecd-rootfs (2.525.13) UNRELEASED; urgency=medium
|
|||||||
dependencies.
|
dependencies.
|
||||||
- Do not install user-setup.
|
- Do not install user-setup.
|
||||||
- Use the core snap from the base filesystem if present.
|
- Use the core snap from the base filesystem if present.
|
||||||
|
* Do not include curtin in the live-server installer.squashfs as the
|
||||||
|
version of subiquity that includes it in the snap has now been released to
|
||||||
|
stable.
|
||||||
|
|
||||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 13 Dec 2018 15:22:15 +1300
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 13 Dec 2018 15:22:15 +1300
|
||||||
|
|
||||||
|
@ -49,12 +49,10 @@ EOF
|
|||||||
|
|
||||||
# Prepare installer layer.
|
# Prepare installer layer.
|
||||||
|
|
||||||
# Install any requirements for the installer, for things we don't want
|
# Install casper for live session magic.
|
||||||
# to see on the installed system
|
chroot $INSTALLER_ROOT apt-get -y install lupin-casper
|
||||||
chroot $INSTALLER_ROOT apt-get -y install curtin lupin-casper
|
|
||||||
chroot $INSTALLER_ROOT apt-get clean
|
chroot $INSTALLER_ROOT apt-get clean
|
||||||
|
|
||||||
|
|
||||||
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
||||||
# "helpful" casper script that mounts any swap partitions it finds.
|
# "helpful" casper script that mounts any swap partitions it finds.
|
||||||
rm -f $INSTALLER_ROOT/usr/share/initramfs-tools/scripts/casper-bottom/*swap
|
rm -f $INSTALLER_ROOT/usr/share/initramfs-tools/scripts/casper-bottom/*swap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user