proc.xml 569 B

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