mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Merge branch 'dead-ubuntu-desktop-next' of git+ssh://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master
This commit is contained in:
commit
af96b80116
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ livecd-rootfs (2.590) UNRELEASED; urgency=medium
|
|||||||
* Drop dead wubi subproject.
|
* Drop dead wubi subproject.
|
||||||
* Drop dead jasper subproject.
|
* Drop dead jasper subproject.
|
||||||
* Drop old arm platforms.
|
* Drop old arm platforms.
|
||||||
|
* Drop ubuntu-desktop-next configs
|
||||||
|
|
||||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 30 May 2019 11:04:02 +0100
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 30 May 2019 11:04:02 +0100
|
||||||
|
|
||||||
|
2
debian/tests/default-bootstraps
vendored
2
debian/tests/default-bootstraps
vendored
@ -32,8 +32,6 @@ ALL_TRIPLETS="
|
|||||||
ubuntu-core:system-image:ubuntu-core
|
ubuntu-core:system-image:ubuntu-core
|
||||||
ubuntu-cpc::ubuntu-cpc
|
ubuntu-cpc::ubuntu-cpc
|
||||||
ubuntu-cpc:minimized:ubuntu-cpc
|
ubuntu-cpc:minimized:ubuntu-cpc
|
||||||
ubuntu-desktop-next:system-image:ubuntu-desktop-next
|
|
||||||
ubuntu-desktop-next::ubuntu-desktop-next
|
|
||||||
ubuntu-dvd::
|
ubuntu-dvd::
|
||||||
ubuntu-gnome::
|
ubuntu-gnome::
|
||||||
ubuntukylin::
|
ubuntukylin::
|
||||||
|
@ -537,11 +537,11 @@ if [ -e "binary/$INITFS/filesystem.packages-remove" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ubuntu-core and ubuntu-desktop-next splits kernel stuff into a "device" tarball so
|
# ubuntu-core splits kernel stuff into a "device" tarball so
|
||||||
# at this point we reset it to "none" as all the work to extract it was done already
|
# at this point we reset it to "none" as all the work to extract it was done already
|
||||||
# in a binary hook
|
# in a binary hook
|
||||||
case $PROJECT:${SUBPROJECT:-} in
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-core:system-image|ubuntu-desktop-next:system-image)
|
ubuntu-core:system-image)
|
||||||
|
|
||||||
# create device tarball (for snappy only atm)
|
# create device tarball (for snappy only atm)
|
||||||
if [ "$PROJECT:$SUBPROJECT" = "ubuntu-core:system-image" ]; then
|
if [ "$PROJECT:$SUBPROJECT" = "ubuntu-core:system-image" ]; then
|
||||||
|
@ -442,7 +442,7 @@ if [ "$PREINSTALLED" = "true" ]; then
|
|||||||
ubuntu-server)
|
ubuntu-server)
|
||||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||||
;;
|
;;
|
||||||
ubuntu-core|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc|ubuntu-desktop-next)
|
ubuntu-core|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||||
@ -505,7 +505,7 @@ if ! [ -e config/germinate-output/structure ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
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)
|
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
||||||
INITRAMFS_COMPRESSION="lzma"
|
INITRAMFS_COMPRESSION="lzma"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -542,25 +542,6 @@ case $PROJECT in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-desktop-next)
|
|
||||||
add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs
|
|
||||||
COMPONENTS='main restricted universe'
|
|
||||||
LIVE_TASK='ubuntu-touch-live'
|
|
||||||
KERNEL_FLAVOURS=generic
|
|
||||||
case $ARCH in
|
|
||||||
amd64) add_package live linux-signed-generic ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# system image snappy desktop next image
|
|
||||||
# mvo: This is for cron.daily-preinstalled
|
|
||||||
# CDIMAGE_PREINSTALLED is not passed from build.py
|
|
||||||
# and PREINSTALLED means something different. So
|
|
||||||
# we use SUBPROJECT to pass on the information
|
|
||||||
if [ "${SUBPROJECT:-}" = "system-image" ]; then
|
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=linux-image"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
|
|
||||||
kubuntu|kubuntu-dvd)
|
kubuntu|kubuntu-dvd)
|
||||||
add_task install minimal standard
|
add_task install minimal standard
|
||||||
add_task install kubuntu-desktop
|
add_task install kubuntu-desktop
|
||||||
@ -1154,7 +1135,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
||||||
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
||||||
config/
|
config/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user