diff options
Diffstat (limited to 'install/dmesg')
-rw-r--r-- | install/dmesg | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/install/dmesg b/install/dmesg deleted file mode 100644 index 9482874..0000000 --- a/install/dmesg +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -} |