|
|
@ -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
|
|
|
|