git: e9e2952b46 - main - MFen: Update to b0fd96912189684a0ab542045c4560d1c72d60b2

Marc Fonvieille <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=e9e2952b4685234a6e13cb1f29dd9dd4bd88e1fb

commit e9e2952b4685234a6e13cb1f29dd9dd4bd88e1fb
Author:     Marc Fonvieille <[email protected]>
AuthorDate: 2021-04-09 16:49:21 +0000
Commit:     Marc Fonvieille <[email protected]>
CommitDate: 2021-04-09 16:49:21 +0000

    MFen:
    Update to b0fd96912189684a0ab542045c4560d1c72d60b2
---
 .../content/fr/books/handbook/linuxemu/_index.adoc   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/documentation/content/fr/books/handbook/linuxemu/_index.adoc b/documentation/content/fr/books/handbook/linuxemu/_index.adoc
index 32f1328d17..2510841864 100644
--- a/documentation/content/fr/books/handbook/linuxemu/_index.adoc
+++ b/documentation/content/fr/books/handbook/linuxemu/_index.adoc
@@ -114,6 +114,26 @@ Sur les machines 64bits, [.filename]#/etc/rc.d/abi# chargera automatiquement le
 
 Depuis qu'à été ajouté le support pour l'exécution des binaires Linux(R) 32 et 64 bits à la couche de compatibilité Linux(R) (sur les hôtes 64 bits de type x86), il n'est plus possible d'ajouter l'émulation en statique dans un noyau personnalisé.
 
+Pour certaines applications, [.filename]#/compat/linux/proc#,
+[.filename]#/compat/linux/sys#, et [.filename]#/compat/linux/dev/shm#
+pourront nécessiter d'être montés.  Ajoutez la ligne suivante au fichier
+[.filename]#/etc/fstab#:
+
+....
+linprocfs  /compat/linux/proc     linprocfs   rw            0   0
+linsysfs   /compat/linux/sys      linsysfs    rw            0   0
+tmpfs      /compat/linux/dev/shm  tmpfs       rw,mode=1777  0   0
+....
+
+Puis montez les systèmes de fichiers en conséquence:
+
+[source,shell]
+----
+# mount /compat/linux/sys
+# mount /compat/linux/proc
+# mount /compat/linux/dev/shm
+----
+
 [[linuxemu-libs-manually]]
 === Installer des bibliothèques supplémentaires à la main
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.