[arch-projects] [mkinitcpio][PATCH 03/12] dmesg: remove install/hook

Dave Reisner d at falconindy.com
Thu Jun 9 16:09:57 EDT 2011


This should be set via the loglevel= parameter on the kernel cmdline.

Signed-off-by: Dave Reisner <d at falconindy.com>
---
 hooks/dmesg   |    5 -----
 install/dmesg |   19 -------------------
 2 files changed, 0 insertions(+), 24 deletions(-)
 delete mode 100644 hooks/dmesg
 delete mode 100644 install/dmesg

diff --git a/hooks/dmesg b/hooks/dmesg
deleted file mode 100644
index f7d4088..0000000
--- a/hooks/dmesg
+++ /dev/null
@@ -1,5 +0,0 @@
-# vim: set ft=sh:
-run_hook ()
-{
-    dmesg -n 3
-}
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
-}
-- 
1.7.5.4



More information about the arch-projects mailing list