From df00e9adcb1d8f13b7f9d812e2feffb62026512b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 21 Sep 2017 10:16:15 +1000 Subject: [PATCH] Add initramfs-tools for ubuntu-minimal A small update was made to 4.4.0-96.119 that dropped the initramfs-tools dependency from the kernel [1]. This had the unfortunate affect of removing the initramfs from ubuntu-minimal and making it unbootable, since we specify the root device via LABEL=. Add the package explicitly alongside the kernel. Also, small fix to pass unit tests [1] https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/1700972 Change-Id: I57a0f08cd5e082ecdf8dba0ab34fb3062c50836d --- diskimage_builder/elements/ubuntu-minimal/package-installs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/diskimage_builder/elements/ubuntu-minimal/package-installs.yaml b/diskimage_builder/elements/ubuntu-minimal/package-installs.yaml index 83f64fcc..30acf078 100644 --- a/diskimage_builder/elements/ubuntu-minimal/package-installs.yaml +++ b/diskimage_builder/elements/ubuntu-minimal/package-installs.yaml @@ -1 +1,2 @@ linux-image-generic: +initramfs-tools: