proc.xml 617 B

1234567891011121314151617
  1. <sect1 id="ch05-proc">
  2. <title>Mounting $LFS/proc file system</title>
  3. <?dbhtml filename="proc.html" dir="chapter05"?>
  4. <para>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.</para>
  9. <para>The proc file system is mounted under $LFS/proc by running the following
  10. command:</para>
  11. <para><screen><userinput>mount proc $LFS/proc -t proc</userinput></screen></para>
  12. </sect1>