Merge lp:~cyphermox/debian-cd/ubuntu-server-live into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Steve Langasek
Approved revision: 1975
Merge reported by: Adam Conrad
Merged at revision: not available
Proposed branch: lp:~cyphermox/debian-cd/ubuntu-server-live
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 22 lines (+4/-1)
1 file modified
tools/boot/artful/boot-amd64 (+4/-1)
To merge this branch: bzr merge lp:~cyphermox/debian-cd/ubuntu-server-live
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+331901@code.launchpad.net

Description of the change

Remove the "try without installing" option for ubuntu-server live images. In this case, we don't really have a "try without installing", and just want to be able to start to the installer directly.

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

Please reconcile this with <https://code.launchpad.net/~cyphermox/debian-cd/server-live/+merge/322131>, which wound up being applied to the zesty script but not the artful script.

review: Needs Fixing
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Yes, the previous server-live merge was clearly the right way to do it... fixing.

1975. By Mathieu Trudel-Lapierre

Really fix not showing 'Try Ubuntu without installing' for server-live images.

Revision history for this message
Steve Langasek (vorlon) wrote :

LGTM now, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/boot/artful/boot-amd64'
2--- tools/boot/artful/boot-amd64 2017-04-25 21:27:20 +0000
3+++ tools/boot/artful/boot-amd64 2017-10-05 23:04:39 +0000
4@@ -406,6 +406,9 @@
5 if [ "$PROJECT" = kubuntu ] || [ "$PROJECT" = kubuntu-plasma5 ]; then
6 livelabel="^Start $HUMANPROJECT"
7 liveparams=' maybe-ubiquity'
8+ elif [ "$PROJECT" = ubuntu-server ]; then
9+ livelabel="^Install $HUMANPROJECT"
10+ liveparams=' union=aufs'
11 else
12 livelabel="^Try $HUMANPROJECT without installing"
13 liveparams=
14@@ -430,7 +433,7 @@
15 initrd $CASPER_INITRD
16 }
17 EOF
18- if [ "$PROJECT" != ubuntu-mid ] && [ "$PROJECT" != kubuntu ] && [ "$PROJECT" != kubuntu-plasma5 ]; then
19+ if [ "$PROJECT" != ubuntu-mid ] && [ "$PROJECT" != kubuntu ] && [ "$PROJECT" != kubuntu-plasma5 ] && [ "$PROJECT" != ubuntu-server ]; then
20 cat >> boot$N/isolinux/txt.cfg <<EOF
21 label live-install
22 menu label ^Install $HUMANPROJECT

Subscribers

People subscribed via source and target branches