[azure][PATCH] UBUNTU: [Debian] Don't depend on initramfs-tools

Marcelo Henrique Cerri marcelo.cerri at canonical.com
Wed Jul 26 14:39:59 UTC 2017


BugLink: http://bugs.launchpad.net/bugs/1700972

There are some specific images that need to boot without an initrd. To
simply the image generation process linux-image-*-azure should not
depend on initramfs-tools.

Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
---
 debian.azure/control.d/flavour-control.stub | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian.azure/control.d/flavour-control.stub b/debian.azure/control.d/flavour-control.stub
index 5652c0c8456e..7a2ddceb7ae6 100644
--- a/debian.azure/control.d/flavour-control.stub
+++ b/debian.azure/control.d/flavour-control.stub
@@ -27,8 +27,8 @@ Architecture: ARCH
 Section: kernel
 Priority: optional
 Provides: linux-image, fuse-module, =PROVIDES=${linux:rprovides}
-Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools | linux-initramfs-tool, kmod
-Recommends: BOOTLOADER
+Depends: ${misc:Depends}, ${shlibs:Depends}, kmod
+Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool
 Breaks: flash-kernel (<< 3.0~rc.4ubuntu64) [arm64]
 Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR
 Description: Linux kernel image for version PKGVER on DESC
-- 
2.7.4





More information about the kernel-team mailing list