Merge lp:~xubuntu-dev/livecd-rootfs/xubuntu-base into lp:livecd-rootfs

Proposed by Sean Davis
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~xubuntu-dev/livecd-rootfs/xubuntu-base
Merge into: lp:livecd-rootfs
Diff against target: 37 lines (+19/-0)
2 files modified
debian/changelog (+6/-0)
live-build/auto/config (+13/-0)
To merge this branch: bzr merge lp:~xubuntu-dev/livecd-rootfs/xubuntu-base
Reviewer Review Type Date Requested Status
Adam Conrad Pending
Ubuntu Core Development Team Pending
Review via email: mp+347319@code.launchpad.net

Commit message

Add xubuntu-base to livecd-rootfs

Description of the change

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

To post a comment you must log in.
Revision history for this message
Balint Reczey (rbalint) wrote :

The target Bazaar branch is not active anymore.
Please resubmit the merge proposal against https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+ref/ubuntu/master .

Revision history for this message
Sebastien Bacher (seb128) wrote :

Closing by previous comment

Unmerged revisions

1270. By Sean Davis

Merge lp:livecd-rootfs rev 1674

1269. By Sean Davis

Merge lp:livecd-rootfs rev 1650

1268. By Sean Davis

Use the xubuntu-core task

1267. By Sean Davis

Replace Xubuntu Core with Base

1266. By Sean Davis

Merge in lp:~unit193/livecd-rootfs/xubuntu-core

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2018-05-28 14:39:53 +0000
3+++ debian/changelog 2018-06-02 01:09:33 +0000
4@@ -1,3 +1,9 @@
5+livecd-rootfs (2.529) UNRELEASED; urgency=medium
6+
7+ * Add xubuntu-base
8+
9+ -- Sean Davis <smd.seandavis@gmail.com> Thu, 31 May 2018 06:30:27 -0400
10+
11 livecd-rootfs (2.528) cosmic; urgency=medium
12
13 * Don't divert grub-probe; otherwise we're missing the filesystem UUIDs that
14
15=== modified file 'live-build/auto/config'
16--- live-build/auto/config 2018-05-09 02:12:15 +0000
17+++ live-build/auto/config 2018-06-02 01:09:33 +0000
18@@ -408,6 +408,19 @@
19 esac
20 ;;
21
22+ xubuntu-base)
23+ add_task install minimal standard xubuntu-core
24+ add_package install xterm
25+ LIVE_TASK='xubuntu-live'
26+ case $ARCH in
27+ amd64) add_package live linux-signed-generic ;;
28+ esac
29+ COMPONENTS='main restricted universe multiverse'
30+ case $ARCH in
31+ amd64|i386) KERNEL_FLAVOURS=generic ;;
32+ esac
33+ ;;
34+
35 ubuntu-netbook)
36 add_task install minimal standard ubuntu-netbook
37 LIVE_TASK='netbook-live'

Subscribers

People subscribed via source and target branches