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
diff --git a/system-setup b/system-setup
index 7410c2c..cc30b09 100755
--- a/system-setup
+++ b/system-setup
@@ -27,13 +27,14 @@ DEPS_UTIL_ONLY=(
27DEPS_FULL=(27DEPS_FULL=(
28 bzr28 bzr
29 cloud-image-utils # for mount-image-callback29 cloud-image-utils # for mount-image-callback
30 dpkg # To compare bootloader package versions
30 gpgv31 gpgv
32 grub-common # Used by the bootloaders
31 python3-distro-info33 python3-distro-info
32 python3-requests34 python3-requests
33 python3-yaml35 python3-yaml
34 squashfs-tools36 squashfs-tools
35 zerofree37 zerofree
36 dpkg # To compare bootloader package versions
37)38)
3839
39apt_get() {40apt_get() {

Subscribers

People subscribed via source and target branches