Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 16:50:07 GMT
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: e9e2952b46 - main - MFen: Update to b0fd96912189684a0ab542045c4560d1c72d60b2
Message-ID:  <202104091650.139Go7Z6054716@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by blackend:

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

commit e9e2952b4685234a6e13cb1f29dd9dd4bd88e1fb
Author:     Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2021-04-09 16:49:21 +0000
Commit:     Marc Fonvieille <blackend@FreeBSD.org>
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104091650.139Go7Z6054716>