mountproc.xml 661 B

1234567891011121314151617
  1. <sect1 id="ch06-proc">
  2. <title>Mounting $LFS/proc file system</title>
  3. <?dbhtml filename="proc.html" dir="chapter06"?>
  4. <para>In order for certain programs to function properly, the proc file
  5. system must be mounted and available from within the chroot'ed environment
  6. as well. It's not a problem to mount the proc file system (or any other
  7. file system for that matter) twice or even more than that.</para>
  8. <para>The proc file system is mounted under $LFS/proc by running the
  9. following command. Note that we don't use the $LFS variable because we
  10. are now in chroot.</para>
  11. <para><screen><userinput>mount proc /proc -t proc</userinput></screen></para>
  12. </sect1>