Merge lp:~philroche/livecd-rootfs/cosmic into lp:livecd-rootfs

Proposed by Philip Roche
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 1686
Merged at revision: 1685
Proposed branch: lp:~philroche/livecd-rootfs/cosmic
Merge into: lp:livecd-rootfs
Diff against target: 46 lines (+11/-3)
2 files modified
debian/changelog (+4/-0)
live-build/auto/build (+7/-3)
To merge this branch: bzr merge lp:~philroche/livecd-rootfs/cosmic
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+348954@code.launchpad.net

Commit message

Update unminimize script text and install ubuntu-standard when unminimizing a minimal image (LP: #1778777)

Description of the change

The unminimize script now installs ubuntu-standard and has more appropriate wording.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Looks the same as what we have for xenial and bionic, so +1 from me.

review: Approve
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Actually, wait, this does need some work actually - approved too fast! The previous version (2.533) is still UNRELEASED, meaning we cannot put anything on top of it. Could you remove the new changelog entry and put its contents into the 2.533 version? And please leave it UNRELEASED. Thank you!

review: Needs Fixing
lp:~philroche/livecd-rootfs/cosmic updated
1686. By Philip Roche

Update changelog to add unminimize change to current UNRELEASED changelog entry

Revision history for this message
Philip Roche (philroche) wrote :

@sil2100 My bad. Now updated

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Excellent.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2018-06-14 11:41:46 +0000
+++ debian/changelog 2018-07-04 16:13:23 +0000
@@ -7,6 +7,10 @@
7 * live-build/auto/config: Drop "lp-*" hostname filter for Launchpad7 * live-build/auto/config: Drop "lp-*" hostname filter for Launchpad
8 builders, since LP #1747015 is now fixed; "*.buildd" should be enough.8 builders, since LP #1747015 is now fixed; "*.buildd" should be enough.
99
10 [ Francis Ginther ]
11 * Update unminimize script text and install ubuntu-standard when
12 unminimizing a minimal image (LP: #1778777)
13
10 -- Robert C Jennings <robert.jennings@canonical.com> Fri, 08 Jun 2018 10:10:53 -070014 -- Robert C Jennings <robert.jennings@canonical.com> Fri, 08 Jun 2018 10:10:53 -0700
1115
12livecd-rootfs (2.532) cosmic; urgency=medium16livecd-rootfs (2.532) cosmic; urgency=medium
1317
=== modified file 'live-build/auto/build'
--- live-build/auto/build 2018-06-05 22:51:35 +0000
+++ live-build/auto/build 2018-07-04 16:13:23 +0000
@@ -109,12 +109,16 @@
109echo "This system has been minimized by removing packages and content that are"109echo "This system has been minimized by removing packages and content that are"
110echo "not required on a system that users do not log into."110echo "not required on a system that users do not log into."
111echo ""111echo ""
112echo "This script restores the content and packages that are found on a default"112echo "This script restores content and packages that are found on a default"
113echo "Ubuntu server system."113echo "Ubuntu server system in order to make this system more suitable for"
114echo "interactive use."
114echo ""115echo ""
115echo "Reinstallation of packages may fail due to changes to the system"116echo "Reinstallation of packages may fail due to changes to the system"
116echo "configuration, the presence of third-party packages, or for other"117echo "configuration, the presence of third-party packages, or for other"
117echo "reasons."118echo "reasons."
119echo ""
120echo "This operation may take some time."
121echo ""
118read -p "Would you like to continue? [y/N] " REPLY122read -p "Would you like to continue? [y/N] " REPLY
119echo # (optional) move to a new line123echo # (optional) move to a new line
120if [ "$REPLY" != "y" ] && [ "$REPLY" != "Y" ]124if [ "$REPLY" != "y" ] && [ "$REPLY" != "Y" ]
@@ -167,7 +171,7 @@
167171
168if ! dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-minimal 2> /dev/null | grep -q '^installed$'; then172if ! dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-minimal 2> /dev/null | grep -q '^installed$'; then
169 echo "Installing ubuntu-minimal package to provide the familiar Ubuntu minimal system..."173 echo "Installing ubuntu-minimal package to provide the familiar Ubuntu minimal system..."
170 DEBIAN_FRONTEND=noninteractive apt-get install -y ubuntu-minimal174 DEBIAN_FRONTEND=noninteractive apt-get install -y ubuntu-minimal ubuntu-standard
171fi175fi
172176
173if dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-server 2> /dev/null | grep -q '^installed$' \177if dpkg-query --show --showformat='${db:Status-Status}\n' ubuntu-server 2> /dev/null | grep -q '^installed$' \

Subscribers

People subscribed via source and target branches