summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-07-29 12:49:43 +0200
committerJonathan Bauer2019-07-29 12:49:43 +0200
commitddb2d54d31b13f7492f402b244a5d3b66126a21c (patch)
treeb68f649d73012e38279fd01713c9bf53222e1ac3
parent[kiosk-common] put all kiosk browser in fullscreen (diff)
downloadmltk-ddb2d54d31b13f7492f402b244a5d3b66126a21c.tar.gz
mltk-ddb2d54d31b13f7492f402b244a5d3b66126a21c.tar.xz
mltk-ddb2d54d31b13f7492f402b244a5d3b66126a21c.zip
[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
-rw-r--r--core/modules/kernel-system/module.conf.ubuntu5
1 files changed, 1 insertions, 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}
-"
-