diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/dmesg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/install/dmesg b/install/dmesg new file mode 100644 index 0000000..d25deba --- /dev/null +++ b/install/dmesg @@ -0,0 +1,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 +}
\ No newline at end of file |