summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/dmesg19
1 files changed, 0 insertions, 19 deletions
diff --git a/install/dmesg b/install/dmesg
deleted file mode 100644
index 9482874..0000000
--- a/install/dmesg
+++ /dev/null
@@ -1,19 +0,0 @@
-# vim: set ft=sh:
-
-build()
-{
- MODULES=""
- BINARIES=""
- FILES=""
- SCRIPT="dmesg"
-}
-
-help ()
-{
-cat<<HELPEOF
- This hook lowers the console log level to 3.
- It is useful when the user has to interact
- with the boot process during early userspace
- (like when entering a passphrase).
-HELPEOF
-}