diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-05-08 20:34:58 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-05-08 20:34:58 +0200 |
commit | 567371ea41a526597d98c964402abcc16717be6f (patch) | |
tree | cbda95f5a32e8293b9bd3d2572dc6e8907691e90 /hooks/dmesg | |
parent | e728a16478d10ae9351a2854d77ceba3664c9150 (diff) | |
download | mkinitcpio-567371ea41a526597d98c964402abcc16717be6f.tar.gz mkinitcpio-567371ea41a526597d98c964402abcc16717be6f.tar.xz |
Add dmesg hook
Diffstat (limited to 'hooks/dmesg')
-rw-r--r-- | hooks/dmesg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hooks/dmesg b/hooks/dmesg new file mode 100644 index 0000000..f7d4088 --- /dev/null +++ b/hooks/dmesg @@ -0,0 +1,5 @@ +# vim: set ft=sh: +run_hook () +{ + dmesg -n 3 +} |