Merge lp:~ubuntu-mate-dev/debian-cd/ubuntu-mate-base into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Martin Wimpress 
Status: Work in progress
Proposed branch: lp:~ubuntu-mate-dev/debian-cd/ubuntu-mate-base
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 402 lines (+76/-35)
17 files modified
data/wily/preseed/xubuntu-base/ltsp.seed (+13/-0)
data/wily/preseed/xubuntu-base/xubuntu-base.seed (+5/-0)
data/wily/preseed/xubuntu/ltsp.seed (+0/-2)
data/wily/preseed/xubuntu/xubuntu.seed (+0/-2)
data/xenial/preseed/ubuntu-mate-base/ltsp.seed (+13/-0)
data/xenial/preseed/ubuntu-mate-base/ubuntu-mate-base.seed (+5/-0)
tools/add_live_filesystem (+8/-8)
tools/boot/wily/boot-amd64 (+3/-3)
tools/boot/wily/boot-amd64+mac (+3/-3)
tools/boot/wily/boot-i386 (+3/-3)
tools/boot/wily/boot-powerpc (+1/-1)
tools/boot/wily/common.sh (+3/-0)
tools/boot/xenial/boot-amd64 (+4/-4)
tools/boot/xenial/boot-amd64+mac (+4/-4)
tools/boot/xenial/boot-i386 (+4/-4)
tools/boot/xenial/boot-powerpc (+1/-1)
tools/boot/xenial/common.sh (+6/-0)
To merge this branch: bzr merge lp:~ubuntu-mate-dev/debian-cd/ubuntu-mate-base
Reviewer Review Type Date Requested Status
Dimitri John Ledkov (community) Needs Resubmitting
Adam Conrad Pending
Ubuntu CD Image Team Pending
Review via email: mp+284435@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Wimpress  (flexiondotorg) wrote :

This merge proposal adds support for Xubuntu Base and Ubuntu MATE Base as discussed with Adam Conrad. The "Base" variants contain a minimal desktop environment suitable for experienced user to craft their own setup.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Is this still needed? if yes, please provide design guidelines and any other changes that need to happen. And then it will need rebase onto current series.

Otherwise, we can drop this.

review: Needs Resubmitting

Unmerged revisions

1931. By Martin Wimpress 

Added ubuntu-mate-base.

1930. By Sean Davis

Replace Xubuntu Core with Base

1929. By Sean Davis

Merge in lp:~unit193/debian-cd/xubuntu-core via lp:~bluesabre/debian-cd/xubuntu-core to work around broken bzr hook

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'data/wily/preseed/xubuntu-base'
=== added file 'data/wily/preseed/xubuntu-base/ltsp.seed'
--- data/wily/preseed/xubuntu-base/ltsp.seed 1970-01-01 00:00:00 +0000
+++ data/wily/preseed/xubuntu-base/ltsp.seed 2016-01-29 11:39:09 +0000
@@ -0,0 +1,13 @@
1# Build an LTSP client chroot.
2d-i anna/choose_modules string ltsp-client-builder
3d-i ltsp-client-builder/run boolean true
4d-i ltsp-client-builder/build-client-opts string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe
5# Install the Xubuntu desktop and LTSP server.
6tasksel tasksel/first multiselect xubuntu-base
7d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
8d-i pkgsel/include/install-recommends boolean true
9d-i pkgsel/include string ltsp-server-standalone openssh-server
10# No XFCE translation packages yet.
11d-i pkgsel/language-pack-patterns string
12# Build a client chroot.
13d-i preseed/late_command string chroot /target /usr/sbin/ltsp-update-sshkeys
014
=== added file 'data/wily/preseed/xubuntu-base/xubuntu-base.seed'
--- data/wily/preseed/xubuntu-base/xubuntu-base.seed 1970-01-01 00:00:00 +0000
+++ data/wily/preseed/xubuntu-base/xubuntu-base.seed 2016-01-29 11:39:09 +0000
@@ -0,0 +1,5 @@
1# Install the Xubuntu desktop.
2tasksel tasksel/first multiselect xubuntu-base
3d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
4# No XFCE translation packages yet.
5d-i pkgsel/language-pack-patterns string
06
=== modified file 'data/wily/preseed/xubuntu/ltsp.seed'
--- data/wily/preseed/xubuntu/ltsp.seed 2015-05-08 05:28:37 +0000
+++ data/wily/preseed/xubuntu/ltsp.seed 2016-01-29 11:39:09 +0000
@@ -2,8 +2,6 @@
2d-i anna/choose_modules string ltsp-client-builder2d-i anna/choose_modules string ltsp-client-builder
3d-i ltsp-client-builder/run boolean true3d-i ltsp-client-builder/run boolean true
4d-i ltsp-client-builder/build-client-opts string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe4d-i ltsp-client-builder/build-client-opts string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe
5# Enable extras.ubuntu.com.
6d-i apt-setup/extras boolean true
7# Install the Xubuntu desktop and LTSP server.5# Install the Xubuntu desktop and LTSP server.
8tasksel tasksel/first multiselect xubuntu-desktop6tasksel tasksel/first multiselect xubuntu-desktop
9d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac7d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
108
=== modified file 'data/wily/preseed/xubuntu/xubuntu.seed'
--- data/wily/preseed/xubuntu/xubuntu.seed 2015-05-08 05:28:37 +0000
+++ data/wily/preseed/xubuntu/xubuntu.seed 2016-01-29 11:39:09 +0000
@@ -1,5 +1,3 @@
1# Enable extras.ubuntu.com.
2d-i apt-setup/extras boolean true
3# Install the Xubuntu desktop.1# Install the Xubuntu desktop.
4tasksel tasksel/first multiselect xubuntu-desktop2tasksel tasksel/first multiselect xubuntu-desktop
5d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac3d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
64
=== added symlink 'data/wily/xubuntu-base-access.pcx'
=== target is u'xubuntu-access.pcx'
=== added symlink 'data/wily/xubuntu-base-blank.pcx'
=== target is u'xubuntu-blank.pcx'
=== added symlink 'data/wily/xubuntu-base.pcx'
=== target is u'xubuntu.pcx'
=== added symlink 'data/wily/xubuntu-base.png'
=== target is u'xubuntu.png'
=== modified file 'data/wily/xubuntu.pcx'
7Binary files data/wily/xubuntu.pcx 2015-05-08 05:28:37 +0000 and data/wily/xubuntu.pcx 2016-01-29 11:39:09 +0000 differ5Binary files data/wily/xubuntu.pcx 2015-05-08 05:28:37 +0000 and data/wily/xubuntu.pcx 2016-01-29 11:39:09 +0000 differ
=== added directory 'data/xenial/preseed/ubuntu-mate-base'
=== added file 'data/xenial/preseed/ubuntu-mate-base/ltsp.seed'
--- data/xenial/preseed/ubuntu-mate-base/ltsp.seed 1970-01-01 00:00:00 +0000
+++ data/xenial/preseed/ubuntu-mate-base/ltsp.seed 2016-01-29 11:39:09 +0000
@@ -0,0 +1,13 @@
1# Build an LTSP client chroot.
2d-i anna/choose_modules string ltsp-client-builder
3d-i ltsp-client-builder/run boolean true
4d-i ltsp-client-builder/build-client-opts string --mirror file:///cdrom --security-mirror none --skipimage --components main,restricted,universe
5# Install the Ubuntu MATE desktop and LTSP server.
6tasksel tasksel/first multiselect ubuntu-mate-core
7d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
8d-i pkgsel/include/install-recommends boolean false
9d-i pkgsel/include string ltsp-server-standalone openssh-server
10# No MATE translation packages yet.
11d-i pkgsel/language-pack-patterns string
12# Build a client chroot.
13d-i preseed/late_command string chroot /target /usr/sbin/ltsp-update-sshkeys
014
=== added file 'data/xenial/preseed/ubuntu-mate-base/ubuntu-mate-base.seed'
--- data/xenial/preseed/ubuntu-mate-base/ubuntu-mate-base.seed 1970-01-01 00:00:00 +0000
+++ data/xenial/preseed/ubuntu-mate-base/ubuntu-mate-base.seed 2016-01-29 11:39:09 +0000
@@ -0,0 +1,5 @@
1# Install the Ubuntu MATE desktop.
2tasksel tasksel/first multiselect ubuntu-mate-core
3d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
4# No MATE translation packages yet.
5d-i pkgsel/language-pack-patterns string
06
=== added symlink 'data/xenial/ubuntu-mate-base-access.pcx'
=== target is u'ubuntu-mate-access.pcx'
=== added symlink 'data/xenial/ubuntu-mate-base-blank.pcx'
=== target is u'ubuntu-mate-blank.pcx'
=== added symlink 'data/xenial/ubuntu-mate-base.pcx'
=== target is u'ubuntu-mate.pcx'
=== added symlink 'data/xenial/ubuntu-mate-base.png'
=== target is u'ubuntu-mate.png'
=== modified file 'tools/add_live_filesystem'
--- tools/add_live_filesystem 2015-01-26 19:48:42 +0000
+++ tools/add_live_filesystem 2016-01-29 11:39:09 +0000
@@ -102,14 +102,14 @@
102# installation locale code.102# installation locale code.
103RELEASE_NOTES=103RELEASE_NOTES=
104case $PROJECT in104case $PROJECT in
105 ubuntu|kubuntu|edubuntu|xubuntu|gobuntu|ubuntustudio|mythbuntu|lubuntu|ubuntu-gnome|ubuntukylin|ubuntu-desktop-next|ubuntu-mate)105 ubuntu|kubuntu|edubuntu|xubuntu|ubuntustudio|mythbuntu|lubuntu|ubuntu-gnome|ubuntukylin|ubuntu-desktop-next|ubuntu-mate)
106 case $DIST in106 RELEASE_NOTES="http://www.ubuntu.com/getubuntu/releasenotes?os=$PROJECT&ver=${DEBVERSION%% *}&lang=\${LANG}"
107 warty|hoary|breezy|dapper|edgy)107 ;;
108 ;;108 ubuntu-mate-base)
109 *)109 RELEASE_NOTES="http://www.ubuntu.com/getubuntu/releasenotes?os=ubuntu-mate&ver=${DEBVERSION%% *}&lang=\${LANG}"
110 RELEASE_NOTES="http://www.ubuntu.com/getubuntu/releasenotes?os=$PROJECT&ver=${DEBVERSION%% *}&lang=\${LANG}"110 ;;
111 ;;111 xubuntu-base)
112 esac112 RELEASE_NOTES="http://www.ubuntu.com/getubuntu/releasenotes?os=xubuntu&ver=${DEBVERSION%% *}&lang=\${LANG}"
113 ;;113 ;;
114esac114esac
115if [ "$RELEASE_NOTES" ]; then115if [ "$RELEASE_NOTES" ]; then
116116
=== modified file 'tools/boot/wily/boot-amd64'
--- tools/boot/wily/boot-amd64 2015-05-14 16:01:23 +0000
+++ tools/boot/wily/boot-amd64 2016-01-29 11:39:09 +0000
@@ -185,7 +185,7 @@
185HIDDEN_TIMEOUT=185HIDDEN_TIMEOUT=
186if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then186if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
187 case $PROJECT in187 case $PROJECT in
188 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)188 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)
189 HIDDEN_TIMEOUT=2189 HIDDEN_TIMEOUT=2
190 ;;190 ;;
191 mythbuntu)191 mythbuntu)
@@ -361,7 +361,7 @@
361 cat >> boot$N/isolinux/gfxboot.cfg <<EOF361 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
362access-options=v1 v2 brltty m1362access-options=v1 v2 brltty m1
363EOF363EOF
364elif [ "$PROJECT" = xubuntu ]; then364elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
365 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.365 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
366 cat >> boot$N/isolinux/gfxboot.cfg <<EOF366 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
367access-options=v2 v3 brltty m2367access-options=v2 v3 brltty m2
@@ -541,7 +541,7 @@
541EOF541EOF
542 fi542 fi
543fi543fi
544if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then544if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then
545 cat >> boot$N/isolinux/gfxboot.cfg <<EOF545 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
546label ltsp=Install an LTSP server546label ltsp=Install an LTSP server
547replace ltsp=file=/cdrom/preseed/ltsp.seed547replace ltsp=file=/cdrom/preseed/ltsp.seed
548548
=== modified file 'tools/boot/wily/boot-amd64+mac'
--- tools/boot/wily/boot-amd64+mac 2015-05-14 16:01:23 +0000
+++ tools/boot/wily/boot-amd64+mac 2016-01-29 11:39:09 +0000
@@ -173,7 +173,7 @@
173HIDDEN_TIMEOUT=173HIDDEN_TIMEOUT=
174if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then174if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
175 case $PROJECT in175 case $PROJECT in
176 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-mate)176 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-mate)
177 HIDDEN_TIMEOUT=2177 HIDDEN_TIMEOUT=2
178 ;;178 ;;
179 mythbuntu)179 mythbuntu)
@@ -336,7 +336,7 @@
336 cat >> boot$N/isolinux/gfxboot.cfg <<EOF336 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
337access-options=v1 v2 brltty m1337access-options=v1 v2 brltty m1
338EOF338EOF
339elif [ "$PROJECT" = xubuntu ]; then339elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
340 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.340 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
342access-options=v2 v3 brltty m2342access-options=v2 v3 brltty m2
@@ -463,7 +463,7 @@
463EOF463EOF
464 fi464 fi
465fi465fi
466if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then466if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then
467 cat >> boot$N/isolinux/gfxboot.cfg <<EOF467 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
468label ltsp=Install an LTSP server468label ltsp=Install an LTSP server
469replace ltsp=file=/cdrom/preseed/ltsp.seed469replace ltsp=file=/cdrom/preseed/ltsp.seed
470470
=== modified file 'tools/boot/wily/boot-i386'
--- tools/boot/wily/boot-i386 2015-05-14 16:01:23 +0000
+++ tools/boot/wily/boot-i386 2016-01-29 11:39:09 +0000
@@ -174,7 +174,7 @@
174HIDDEN_TIMEOUT=174HIDDEN_TIMEOUT=
175if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then175if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
176 case $PROJECT in176 case $PROJECT in
177 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)177 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)
178 HIDDEN_TIMEOUT=2178 HIDDEN_TIMEOUT=2
179 ;;179 ;;
180 mythbuntu)180 mythbuntu)
@@ -341,7 +341,7 @@
341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
342access-options=v1 v2 brltty m1342access-options=v1 v2 brltty m1
343EOF343EOF
344elif [ "$PROJECT" = xubuntu ]; then344elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
345 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.345 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
346 cat >> boot$N/isolinux/gfxboot.cfg <<EOF346 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
347access-options=v2 v3 brltty m2347access-options=v2 v3 brltty m2
@@ -467,7 +467,7 @@
467EOF467EOF
468 fi468 fi
469fi469fi
470if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then470if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then
471 cat >> boot$N/isolinux/gfxboot.cfg <<EOF471 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
472label ltsp=Install an LTSP server472label ltsp=Install an LTSP server
473replace ltsp=file=/cdrom/preseed/ltsp.seed473replace ltsp=file=/cdrom/preseed/ltsp.seed
474474
=== modified file 'tools/boot/wily/boot-powerpc'
--- tools/boot/wily/boot-powerpc 2015-05-14 16:01:23 +0000
+++ tools/boot/wily/boot-powerpc 2016-01-29 11:39:09 +0000
@@ -188,7 +188,7 @@
188 if [ "$CDIMAGE_INSTALL_BASE" = 1 ] && [ "$PROJECT" != ubuntu-server ]; then188 if [ "$CDIMAGE_INSTALL_BASE" = 1 ] && [ "$PROJECT" != ubuntu-server ]; then
189 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.cli189 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.cli
190 fi190 fi
191 if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then191 if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = ubuntu-mate ]); then
192 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.ltsp192 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.ltsp
193 fi193 fi
194 if [ "$CDIMAGE_LIVE" = 1 ]; then194 if [ "$CDIMAGE_LIVE" = 1 ]; then
195195
=== modified file 'tools/boot/wily/common.sh'
--- tools/boot/wily/common.sh 2015-05-14 16:01:23 +0000
+++ tools/boot/wily/common.sh 2016-01-29 11:39:09 +0000
@@ -33,6 +33,9 @@
33 xubuntu)33 xubuntu)
34 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu.seed'34 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu.seed'
35 ;;35 ;;
36 xubuntu-base)
37 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu-base.seed'
38 ;;
36 ubuntu-server)39 ubuntu-server)
37 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'40 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'
38 ;;41 ;;
3942
=== modified file 'tools/boot/xenial/boot-amd64'
--- tools/boot/xenial/boot-amd64 2015-10-22 16:03:46 +0000
+++ tools/boot/xenial/boot-amd64 2016-01-29 11:39:09 +0000
@@ -185,7 +185,7 @@
185HIDDEN_TIMEOUT=185HIDDEN_TIMEOUT=
186if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then186if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
187 case $PROJECT in187 case $PROJECT in
188 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)188 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate|ubuntu-mate-base)
189 HIDDEN_TIMEOUT=2189 HIDDEN_TIMEOUT=2
190 ;;190 ;;
191 mythbuntu)191 mythbuntu)
@@ -338,7 +338,7 @@
338screen-colour=0x2D3335338screen-colour=0x2D3335
339EOF339EOF
340fi340fi
341if [ "$PROJECT" = ubuntu-mate ]; then341if [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]; then
342 cat >> boot$N/isolinux/gfxboot.cfg <<EOF342 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
343foreground=0xffffff343foreground=0xffffff
344background=0x87a556344background=0x87a556
@@ -361,7 +361,7 @@
361 cat >> boot$N/isolinux/gfxboot.cfg <<EOF361 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
362access-options=v1 v2 brltty m1362access-options=v1 v2 brltty m1
363EOF363EOF
364elif [ "$PROJECT" = xubuntu ]; then364elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
365 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.365 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
366 cat >> boot$N/isolinux/gfxboot.cfg <<EOF366 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
367access-options=v2 v3 brltty m2367access-options=v2 v3 brltty m2
@@ -541,7 +541,7 @@
541EOF541EOF
542 fi542 fi
543fi543fi
544if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then544if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]); then
545 cat >> boot$N/isolinux/gfxboot.cfg <<EOF545 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
546label ltsp=Install an LTSP server546label ltsp=Install an LTSP server
547replace ltsp=file=/cdrom/preseed/ltsp.seed547replace ltsp=file=/cdrom/preseed/ltsp.seed
548548
=== modified file 'tools/boot/xenial/boot-amd64+mac'
--- tools/boot/xenial/boot-amd64+mac 2015-10-22 16:03:46 +0000
+++ tools/boot/xenial/boot-amd64+mac 2016-01-29 11:39:09 +0000
@@ -173,7 +173,7 @@
173HIDDEN_TIMEOUT=173HIDDEN_TIMEOUT=
174if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then174if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
175 case $PROJECT in175 case $PROJECT in
176 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-mate)176 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-mate|ubuntu-mate-base)
177 HIDDEN_TIMEOUT=2177 HIDDEN_TIMEOUT=2
178 ;;178 ;;
179 mythbuntu)179 mythbuntu)
@@ -313,7 +313,7 @@
313screen-colour=0x270A1E313screen-colour=0x270A1E
314EOF314EOF
315fi315fi
316if [ "$PROJECT" = ubuntu-mate ]; then316if [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]; then
317 cat >> boot$N/isolinux/gfxboot.cfg <<EOF317 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
318foreground=0xffffff318foreground=0xffffff
319background=0x87a556319background=0x87a556
@@ -336,7 +336,7 @@
336 cat >> boot$N/isolinux/gfxboot.cfg <<EOF336 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
337access-options=v1 v2 brltty m1337access-options=v1 v2 brltty m1
338EOF338EOF
339elif [ "$PROJECT" = xubuntu ]; then339elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
340 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.340 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
342access-options=v2 v3 brltty m2342access-options=v2 v3 brltty m2
@@ -463,7 +463,7 @@
463EOF463EOF
464 fi464 fi
465fi465fi
466if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then466if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]); then
467 cat >> boot$N/isolinux/gfxboot.cfg <<EOF467 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
468label ltsp=Install an LTSP server468label ltsp=Install an LTSP server
469replace ltsp=file=/cdrom/preseed/ltsp.seed469replace ltsp=file=/cdrom/preseed/ltsp.seed
470470
=== modified file 'tools/boot/xenial/boot-i386'
--- tools/boot/xenial/boot-i386 2015-10-22 16:03:46 +0000
+++ tools/boot/xenial/boot-i386 2016-01-29 11:39:09 +0000
@@ -174,7 +174,7 @@
174HIDDEN_TIMEOUT=174HIDDEN_TIMEOUT=
175if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then175if [ "$CDIMAGE_LIVE" = 1 ] && [ "$CDIMAGE_DVD" != 1 ]; then
176 case $PROJECT in176 case $PROJECT in
177 ubuntu|ubuntu-netbook|xubuntu|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate)177 ubuntu|ubuntu-netbook|xubuntu|xubuntu-base|ubuntukylin|kubuntu|kubuntu-plasma5|ubuntu-gnome|ubuntu-desktop-next|ubuntu-mate|ubuntu-mate-base)
178 HIDDEN_TIMEOUT=2178 HIDDEN_TIMEOUT=2
179 ;;179 ;;
180 mythbuntu)180 mythbuntu)
@@ -318,7 +318,7 @@
318screen-colour=0x2D3335318screen-colour=0x2D3335
319EOF319EOF
320fi320fi
321if [ "$PROJECT" = ubuntu-mate ]; then321if [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]; then
322 cat >> boot$N/isolinux/gfxboot.cfg <<EOF322 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
323foreground=0xffffff323foreground=0xffffff
324background=0x87a556324background=0x87a556
@@ -341,7 +341,7 @@
341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF341 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
342access-options=v1 v2 brltty m1342access-options=v1 v2 brltty m1
343EOF343EOF
344elif [ "$PROJECT" = xubuntu ]; then344elif [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ]; then
345 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.345 # v1 and m1 don't have the necessary sed calls for Xubuntu yet.
346 cat >> boot$N/isolinux/gfxboot.cfg <<EOF346 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
347access-options=v2 v3 brltty m2347access-options=v2 v3 brltty m2
@@ -467,7 +467,7 @@
467EOF467EOF
468 fi468 fi
469fi469fi
470if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then470if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = edubuntu ] || [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]); then
471 cat >> boot$N/isolinux/gfxboot.cfg <<EOF471 cat >> boot$N/isolinux/gfxboot.cfg <<EOF
472label ltsp=Install an LTSP server472label ltsp=Install an LTSP server
473replace ltsp=file=/cdrom/preseed/ltsp.seed473replace ltsp=file=/cdrom/preseed/ltsp.seed
474474
=== modified file 'tools/boot/xenial/boot-powerpc'
--- tools/boot/xenial/boot-powerpc 2015-10-22 16:03:46 +0000
+++ tools/boot/xenial/boot-powerpc 2016-01-29 11:39:09 +0000
@@ -188,7 +188,7 @@
188 if [ "$CDIMAGE_INSTALL_BASE" = 1 ] && [ "$PROJECT" != ubuntu-server ]; then188 if [ "$CDIMAGE_INSTALL_BASE" = 1 ] && [ "$PROJECT" != ubuntu-server ]; then
189 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.cli189 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.cli
190 fi190 fi
191 if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = ubuntu-mate ]); then191 if [ "$CDIMAGE_INSTALL" = 1 ] && ([ "$PROJECT" = ubuntu ] || [ "$PROJECT" = xubuntu ] || [ "$PROJECT" = xubuntu-base ] || [ "$PROJECT" = ubuntu-mate ] || [ "$PROJECT" = ubuntu-mate-base ]); then
192 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.ltsp192 cat $BASEDIR/data/$CODENAME/yaboot/yaboot.conf.ltsp
193 fi193 fi
194 if [ "$CDIMAGE_LIVE" = 1 ]; then194 if [ "$CDIMAGE_LIVE" = 1 ]; then
195195
=== modified file 'tools/boot/xenial/common.sh'
--- tools/boot/xenial/common.sh 2015-12-11 12:28:40 +0000
+++ tools/boot/xenial/common.sh 2016-01-29 11:39:09 +0000
@@ -33,6 +33,9 @@
33 xubuntu)33 xubuntu)
34 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu.seed'34 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu.seed'
35 ;;35 ;;
36 xubuntu-base)
37 DEFAULT_PRESEED='file=/cdrom/preseed/xubuntu-base.seed'
38 ;;
36 ubuntu-server)39 ubuntu-server)
37 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'40 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-server.seed'
38 ;;41 ;;
@@ -60,6 +63,9 @@
60 ubuntu-mate)63 ubuntu-mate)
61 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-mate.seed'64 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-mate.seed'
62 ;;65 ;;
66 ubuntu-mate-base)
67 DEFAULT_PRESEED='file=/cdrom/preseed/ubuntu-mate-base.seed'
68 ;;
63 *)69 *)
64 DEFAULT_PRESEED=70 DEFAULT_PRESEED=
65 ;;71 ;;

Subscribers

People subscribed via source and target branches