summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-system
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kernel-system')
-rw-r--r--core/modules/kernel-system/module.build1
-rw-r--r--core/modules/kernel-system/module.conf1
-rw-r--r--core/modules/kernel-system/module.conf.fedora1
-rw-r--r--core/modules/kernel-system/module.conf.opensuse1
-rw-r--r--core/modules/kernel-system/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/kernel-system/module.build b/core/modules/kernel-system/module.build
index a5bd747c..99536ad2 100644
--- a/core/modules/kernel-system/module.build
+++ b/core/modules/kernel-system/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
# kernel-system: Try to use the system's kernel without recompiling
# overloaded get_kernel_version function from kernel.inc
diff --git a/core/modules/kernel-system/module.conf b/core/modules/kernel-system/module.conf
index 0cd03752..8811668a 100644
--- a/core/modules/kernel-system/module.conf
+++ b/core/modules/kernel-system/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""
diff --git a/core/modules/kernel-system/module.conf.fedora b/core/modules/kernel-system/module.conf.fedora
index cf683784..ba170ca0 100644
--- a/core/modules/kernel-system/module.conf.fedora
+++ b/core/modules/kernel-system/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
kernel-headers
"
diff --git a/core/modules/kernel-system/module.conf.opensuse b/core/modules/kernel-system/module.conf.opensuse
index 6bfc2078..91aeabb5 100644
--- a/core/modules/kernel-system/module.conf.opensuse
+++ b/core/modules/kernel-system/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
kernel-desktop-devel
"
diff --git a/core/modules/kernel-system/module.conf.ubuntu b/core/modules/kernel-system/module.conf.ubuntu
index 2f2ce122..ad105053 100644
--- a/core/modules/kernel-system/module.conf.ubuntu
+++ b/core/modules/kernel-system/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
linux-headers-${SYSTEM_KERNEL_LONG}
"