xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #04629
[Merge] lp:~xubuntu-dev/livecd-rootfs/xubuntu-base into lp:livecd-rootfs
Sean Davis has proposed merging lp:~xubuntu-dev/livecd-rootfs/xubuntu-base into lp:livecd-rootfs.
Commit message:
Add xubuntu-base to livecd-rootfs
Requested reviews:
Ubuntu Core Development Team (ubuntu-core-dev)
For more details, see:
https://code.launchpad.net/~xubuntu-dev/livecd-rootfs/xubuntu-base/+merge/347319
This series of patches adds Xubuntu Base to the official Ubuntu CD Image download links. Xubuntu Base is supported by the Xubuntu Team and is the ISO image for the xubuntu-core task which has been around for a few releases now.
There has been some conflict with the previous naming of Xubuntu Base/Core because of it's similarity to Ubuntu Core. Regardless, you can learn more about it here: https://xubuntu.org/news/introducing-xubuntu-core/
Related branches:
- https://code.launchpad.net/~xubuntu-dev/debian-cd/xubuntu-base
- https://code.launchpad.net/~xubuntu-dev/livecd-rootfs/xubuntu-base
- https://code.launchpad.net/~xubuntu-dev/ubuntu-cdimage/xubuntu-base
--
Your team Xubuntu Developers is subscribed to branch lp:~xubuntu-dev/livecd-rootfs/xubuntu-base.
=== modified file 'debian/changelog'
--- debian/changelog 2018-05-28 14:39:53 +0000
+++ debian/changelog 2018-06-02 01:09:33 +0000
@@ -1,3 +1,9 @@
+livecd-rootfs (2.529) UNRELEASED; urgency=medium
+
+ * Add xubuntu-base
+
+ -- Sean Davis <smd.seandavis@xxxxxxxxx> Thu, 31 May 2018 06:30:27 -0400
+
livecd-rootfs (2.528) cosmic; urgency=medium
* Don't divert grub-probe; otherwise we're missing the filesystem UUIDs that
=== modified file 'live-build/auto/config'
--- live-build/auto/config 2018-05-09 02:12:15 +0000
+++ live-build/auto/config 2018-06-02 01:09:33 +0000
@@ -408,6 +408,19 @@
esac
;;
+ xubuntu-base)
+ add_task install minimal standard xubuntu-core
+ add_package install xterm
+ LIVE_TASK='xubuntu-live'
+ 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-netbook)
add_task install minimal standard ubuntu-netbook
LIVE_TASK='netbook-live'
Follow ups