From ddb2d54d31b13f7492f402b244a5d3b66126a21c Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 29 Jul 2019 12:49:43 +0200 Subject: [kernel-system] fix config /lib/firmware is not present on e.g. cloud machines. Also I do not know why linux-headers would be needed in the target build directory, so just remove it --- core/modules/kernel-system/module.conf.ubuntu | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/modules/kernel-system/module.conf.ubuntu b/core/modules/kernel-system/module.conf.ubuntu index ad105053..0c24a9bd 100644 --- a/core/modules/kernel-system/module.conf.ubuntu +++ b/core/modules/kernel-system/module.conf.ubuntu @@ -1,8 +1,5 @@ #!/bin/bash REQUIRED_INSTALLED_PACKAGES=" + linux-firmware linux-headers-${SYSTEM_KERNEL_LONG} " -REQUIRED_CONTENT_PACKAGES=" - linux-headers-${SYSTEM_KERNEL_LONG} -" - -- cgit v1.2.3-55-g7522