Merge ~d0ugal/maas-images:grub-common into maas-images:master

Proposed by Dougal Matthews
Status: Merged
Merged at revision: 770413ac87f249ec945cbff60de8dcc505370baa
Proposed branch: ~d0ugal/maas-images:grub-common
Merge into: maas-images:master
Diff against target: 20 lines (+2/-1)
1 file modified
system-setup (+2/-1)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
Review via email: mp+387920@code.launchpad.net

Commit message

Add the missing grub-common dep

Without this dep the following command fails when attempting to make a
subprocess call to grub-mkimage.
  meph2-util import --no-sign conf/bootloaders.yaml bootloaders.d

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/system-setup b/system-setup
2index 7410c2c..cc30b09 100755
3--- a/system-setup
4+++ b/system-setup
5@@ -27,13 +27,14 @@ DEPS_UTIL_ONLY=(
6 DEPS_FULL=(
7 bzr
8 cloud-image-utils # for mount-image-callback
9+ dpkg # To compare bootloader package versions
10 gpgv
11+ grub-common # Used by the bootloaders
12 python3-distro-info
13 python3-requests
14 python3-yaml
15 squashfs-tools
16 zerofree
17- dpkg # To compare bootloader package versions
18 )
19
20 apt_get() {

Subscribers

People subscribed via source and target branches