summaryrefslogtreecommitdiffstats
path: root/install/dmesg
diff options
context:
space:
mode:
Diffstat (limited to 'install/dmesg')
-rw-r--r--install/dmesg5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/dmesg b/install/dmesg
index d25deba..9482874 100644
--- a/install/dmesg
+++ b/install/dmesg
@@ -1,5 +1,6 @@
# vim: set ft=sh:
-install ()
+
+build()
{
MODULES=""
BINARIES=""
@@ -15,4 +16,4 @@ cat<<HELPEOF
with the boot process during early userspace
(like when entering a passphrase).
HELPEOF
-} \ No newline at end of file
+}