Merge lp:~oddbloke/livecd-rootfs/minimized-skips-xenial into lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed

Proposed by Dan Watkins
Status: Merged
Merged at revision: 1454
Proposed branch: lp:~oddbloke/livecd-rootfs/minimized-skips-xenial
Merge into: lp:~ubuntu-core-dev/livecd-rootfs/xenial-proposed
Diff against target: 72 lines (+33/-0)
4 files modified
debian/changelog (+7/-0)
live-build/ubuntu-cpc/hooks/040-vmdk-image.binary (+9/-0)
live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary (+8/-0)
live-build/ubuntu-cpc/hooks/042-vagrant.binary (+9/-0)
To merge this branch: bzr merge lp:~oddbloke/livecd-rootfs/minimized-skips-xenial
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+341767@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dan Watkins (oddbloke) wrote :

Oops, don't have the bug reference in the changelog; fixing now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2017-12-21 09:12:41 +0000
+++ debian/changelog 2018-03-20 20:11:42 +0000
@@ -1,3 +1,10 @@
1livecd-rootfs (2.408.28) xenial; urgency=medium
2
3 * ubuntu-cpc: When performing a minimized build, don't generate artifacts
4 that won't boot with the linux-kvm kernel (LP: #1757223).
5
6 -- Daniel Watkins <daniel.watkins@canonical.com> Tue, 20 Mar 2018 12:42:25 -0400
7
1livecd-rootfs (2.408.27) xenial; urgency=medium8livecd-rootfs (2.408.27) xenial; urgency=medium
29
3 * Don't ask for password and GECOS while creating vagrant user10 * Don't ask for password and GECOS while creating vagrant user
411
=== modified file 'live-build/ubuntu-cpc/hooks/040-vmdk-image.binary'
--- live-build/ubuntu-cpc/hooks/040-vmdk-image.binary 2017-05-12 19:20:22 +0000
+++ live-build/ubuntu-cpc/hooks/040-vmdk-image.binary 2018-03-20 20:11:42 +0000
@@ -3,6 +3,15 @@
3#3#
4# Generate VMDK files4# Generate VMDK files
55
6case ${SUBPROJECT:-} in
7 minimized)
8 echo "Skipping minimized $0 build as images won't boot with linux-kvm"
9 exit 0
10 ;;
11 *)
12 ;;
13esac
14
6extension="disk1.vmdk"15extension="disk1.vmdk"
716
8case $ARCH in17case $ARCH in
918
=== modified file 'live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary'
--- live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary 2017-03-17 18:34:22 +0000
+++ live-build/ubuntu-cpc/hooks/041-vmdk-ova-image.binary 2018-03-20 20:11:42 +0000
@@ -9,6 +9,14 @@
9#9#
10# For this step, we re-use the VMDK's made in 040-vmdk-image.binary10# For this step, we re-use the VMDK's made in 040-vmdk-image.binary
1111
12case ${SUBPROJECT:-} in
13 minimized)
14 echo "Skipping minimized $0 build as images won't boot with linux-kvm"
15 exit 0
16 ;;
17 *)
18 ;;
19esac
1220
13# Switch on $ARCH to determine which ID and description to use in the produced21# Switch on $ARCH to determine which ID and description to use in the produced
14# OVF. We have fancy Ubuntu-specific IDs in the OVF specification, we might as22# OVF. We have fancy Ubuntu-specific IDs in the OVF specification, we might as
1523
=== modified file 'live-build/ubuntu-cpc/hooks/042-vagrant.binary'
--- live-build/ubuntu-cpc/hooks/042-vagrant.binary 2017-12-21 08:49:49 +0000
+++ live-build/ubuntu-cpc/hooks/042-vagrant.binary 2018-03-20 20:11:42 +0000
@@ -15,6 +15,15 @@
15# some packages in it, convert it to a vmdk, and then assemble the vagrant15# some packages in it, convert it to a vmdk, and then assemble the vagrant
16# box.16# box.
1717
18case ${SUBPROJECT:-} in
19 minimized)
20 echo "Skipping minimized $0 build as images won't boot with linux-kvm"
21 exit 0
22 ;;
23 *)
24 ;;
25esac
26
18cur_d=${PWD}27cur_d=${PWD}
19my_d=$(dirname $(readlink -f ${0}))28my_d=$(dirname $(readlink -f ${0}))
2029

Subscribers

People subscribed via source and target branches