commit: aa656fef421a285809a06e184389052fbe063f48 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 10 04:58:39 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 10 06:12:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aa656fef
doc: Update boot/kernel/<label>/console documentation Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> doc/catalyst-spec.5.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt index 2b8413ec..58f0a9f0 100644 --- a/doc/catalyst-spec.5.txt +++ b/doc/catalyst-spec.5.txt @@ -253,10 +253,10 @@ use this on the official media. `<label>` should match one of the labels given to *boot/kernel*. *boot/kernel/<label>/console*:: -This is only supported on ppc64 currently. This entry sets up the -console boot parameters required for sending the output to the -appropriate console (example: `tty0 ttyS0`). `<label>` should match -one of the labels given to *boot/kernel*. +This is only supported on with grub currently (x86, amd64, ia64, ppc, +sparc). This entry sets up the console boot parameters required for +sending the output to the appropriate console (example: `tty0 ttyS0`). +`<label>` should match one of the labels given to *boot/kernel*. *<target>/modblacklist*:: This is for blacklisting modules from being hotplugged that are known
