diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-09 21:58:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-09 23:12:16 -0700 |
commit | aa656fef421a285809a06e184389052fbe063f48 (patch) | |
tree | 9d758ee36e712033a2f79ff35f47ce5f62980c31 /doc | |
parent | targets: Share grub.cfg generation code (diff) | |
download | catalyst-aa656fef421a285809a06e184389052fbe063f48.tar.gz catalyst-aa656fef421a285809a06e184389052fbe063f48.tar.bz2 catalyst-aa656fef421a285809a06e184389052fbe063f48.zip |
doc: Update boot/kernel/<label>/console documentation
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-spec.5.txt | 8 |
1 files 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 |