Date: Sun, 13 Oct 2024 20:53:08 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: d4f2d0af3b - main - [hb][linuxemu]: Fix typo in package name Message-ID: <202410132053.49DKr828075789@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=d4f2d0af3b7636a35722db902b05fd897488569d commit d4f2d0af3b7636a35722db902b05fd897488569d Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-10-13 20:51:38 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-10-13 20:52:35 +0000 [hb][linuxemu]: Fix typo in package name PR: 281837 Reported by: grahamperrin@gmail.com --- documentation/content/en/books/handbook/linuxemu/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/linuxemu/_index.adoc b/documentation/content/en/books/handbook/linuxemu/_index.adoc index a799fbbc71..7e53866cf9 100644 --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -135,7 +135,7 @@ To install the Rocky Linux 9 userland execute the following command: # pkg install linux_base-rl9 .... -package:emulators/linux_rl9[] will place the base system derived from Rocky Linux 9 into [.filename]#/compat/linux#. +package:emulators/linux_base-rl9[] will place the base system derived from Rocky Linux 9 into [.filename]#/compat/linux#. After installing the package, the contents of [.filename]#/compat/linux# can be verified by running the following command to check that the Rocky Linux userland has been installed:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410132053.49DKr828075789>