diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-03-31 22:03:52 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-03-31 22:03:52 -0600 |
commit | 539f1ad94e8d300f187820c809fd6cf3f3857ba2 (patch) | |
tree | 7f016d664e748c1dade48b2a91ff2147e280b657 | |
parent | 95b9c582ca7a0eb93ddc595096c2922c8589d03d (diff) | |
download | mkinitramfs-539f1ad94e8d300f187820c809fd6cf3f3857ba2.tar.gz mkinitramfs-539f1ad94e8d300f187820c809fd6cf3f3857ba2.tar.xz |
README: Add info about new quiet supportv1.1-rc7
The kernel has supported this all along, but now the init process for
mkinitramfs supports it as well.
-rw-r--r-- | README.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 8ea66e3..646ebbe 100644 --- a/README.adoc +++ b/README.adoc @@ -77,6 +77,16 @@ decryption, the root device is reset to _dev_sda3p1, which is partition 1 of the decrypted sda3 cryptluks device. +quiet +~~~~~ +* *required*: no +* *examples*: NA + +Applying this kernel parameter will quiet the boot process significantly. This +parameter is respected by the mkinitramfs init process as well as the Linux +kernel. + + initdebug ~~~~~~~~~ * *required*: no |