proc.xml 575 B

1234567891011121314151617181920212223
  1. <sect1 id="ch05-proc">
  2. <title>Mounting $LFS/proc file system</title>
  3. <para>
  4. In order for certain programs to function properly the proc file system
  5. must be mounted and available from within the chroot'ed environment as
  6. well. It's not a problem to mount the proc file system twice
  7. or even more than that, since it's a virtual file system maintained by
  8. the kernel itself.
  9. </para>
  10. <para>
  11. The proc file system is mounted under $LFS/proc by running the following command:
  12. </para>
  13. <para>
  14. <screen>
  15. <userinput>mount proc $LFS/proc -t proc</userinput>
  16. </screen>
  17. </para>
  18. </sect1>