@ -122,9 +122,13 @@ case $IMAGEFORMAT in
;;
;;
*)
*)
if [ "$PROJECT" != ubuntu-server ]; then
case $PROJECT in
ubuntu-server|ubuntu-touch)
;;
*)
add_package live lupin-casper
add_package live lupin-casper
fi
;;
esac
;;
;;
esac
esac
@ -269,6 +273,7 @@ case $PROJECT in
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
OPTS="${OPTS:+$OPTS }--apt-recommends false"
OPTS="${OPTS:+$OPTS }--apt-recommends false"
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
OPTS="${OPTS:+$OPTS }--compression gzip"
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
OPTS="${OPTS:+$OPTS }--system normal"
OPTS="${OPTS:+$OPTS }--system normal"