summaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-09 04:43:44 +0200
committerDave Reisner <d@falconindy.com>2011-06-16 20:19:12 +0200
commit7abf4110cf3d5bb52f515b6fe05a60bd44aa4385 (patch)
tree55bce43f6c93f6cd6b21312796b548113708c641 /hooks
parentee9412dbcc1deb117af39990c3e777bc0994bb70 (diff)
downloadmkinitcpio-7abf4110cf3d5bb52f515b6fe05a60bd44aa4385.tar.gz
mkinitcpio-7abf4110cf3d5bb52f515b6fe05a60bd44aa4385.tar.xz
dmesg: remove install/hook
This should be set via the loglevel= parameter on the kernel cmdline. Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'hooks')
-rw-r--r--hooks/dmesg5
1 files changed, 0 insertions, 5 deletions
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
-}