summaryrefslogtreecommitdiffstats
path: root/install/dmesg
blob: d25deba71f51e1b07f4ae8daed437fa4c233fdb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: set ft=sh:
install ()
{
    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
}