mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-16 05:32:07 +00:00
Completely drop Lubuntu Next.
This commit is contained in:
parent
382f17b08c
commit
9ba04172d4
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,7 +1,6 @@
|
||||
livecd-rootfs (2.526) UNRELEASED; urgency=medium
|
||||
|
||||
* Drop the workaround for setting the base seed of Lubuntu and Lubuntu Next
|
||||
now that Lubuntu Next is Lubuntu.
|
||||
* Drop Lubuntu Next now that Lubuntu Next is Lubuntu.
|
||||
* Don't follow recommends on Lubuntu now that this is no longer the
|
||||
case in the seed.
|
||||
|
||||
|
1
debian/tests/default-bootstraps
vendored
1
debian/tests/default-bootstraps
vendored
@ -21,7 +21,6 @@ ALL_TRIPLETS="
|
||||
kubuntu-dvd::
|
||||
kubuntu-plasma5::
|
||||
lubuntu::
|
||||
lubuntu-next::
|
||||
mythbuntu::
|
||||
ubuntu::
|
||||
ubuntu-base::
|
||||
|
@ -323,7 +323,7 @@ if ! [ -e config/germinate-output/structure ]; then
|
||||
fi
|
||||
|
||||
case $PROJECT in
|
||||
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|lubuntu-next|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
||||
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
||||
INITRAMFS_COMPRESSION="lzma"
|
||||
;;
|
||||
esac
|
||||
@ -434,18 +434,6 @@ case $PROJECT in
|
||||
esac
|
||||
;;
|
||||
|
||||
lubuntu-next)
|
||||
add_task install minimal standard lubuntu-qt-desktop
|
||||
LIVE_TASK='lubuntu-live-qt'
|
||||
case $ARCH in
|
||||
amd64) add_package live linux-signed-generic ;;
|
||||
esac
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
case $ARCH in
|
||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
ubuntu-gnome)
|
||||
add_task install minimal standard ubuntu-gnome-desktop
|
||||
LIVE_TASK='ubuntu-gnome-live'
|
||||
|
Loading…
x
Reference in New Issue
Block a user