summaryrefslogtreecommitdiffstats
path: root/install/dmesg
blob: 94828747a983d2f0598a491acc9a83325249dfbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
}