summaryrefslogtreecommitdiffstats
path: root/helper/kernel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'helper/kernel.inc')
-rw-r--r--helper/kernel.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/helper/kernel.inc b/helper/kernel.inc
index f37ca8f3..bae07afa 100644
--- a/helper/kernel.inc
+++ b/helper/kernel.inc
@@ -136,3 +136,15 @@ copy_kernel() {
pinfo "You may want to update your systems firmware/modules to match the current kernel."
}
+fetch_source() {
+
+ if [ "x$PACKET_MANAGER" == "apt" ]; then
+ apt-get source linux-image-${KERNEL_VERSION}
+ elif [ "x$PACKET_MANAGER" == "zypper" ]; then
+ # TODO
+ fi
+}
+build_kernel() {
+ :
+}
+