|
|
|
@ -582,7 +582,6 @@ for OUTPUT in ext2 ext3 ext4 manifest manifest-remove size squashfs; do
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# we don't need a manifest-remove for a layered-aware installer
|
|
|
|
|
if [ "$SUBPROJECT" != "legacy" ]; then
|
|
|
|
|
# here we have a list of all new-installer flavors
|
|
|
|
|
case $PROJECT in
|
|
|
|
|
ubuntu|ubuntu-budgie)
|
|
|
|
@ -590,7 +589,6 @@ if [ "$SUBPROJECT" != "legacy" ]; then
|
|
|
|
|
rm -f config/manifest-minimal-remove
|
|
|
|
|
;;
|
|
|
|
|
esac
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ -e config/manifest-minimal-remove ]; then
|
|
|
|
|
cp config/manifest-minimal-remove "$PREFIX.manifest-minimal-remove"
|
|
|
|
|